]> git.sur5r.net Git - i3/i3/commitdiff
Explicitly specify -lxcb when linking to link with binutils-gold
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 7 Nov 2009 15:44:52 +0000 (16:44 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 7 Nov 2009 15:44:52 +0000 (16:44 +0100)
common.mk
debian/changelog

index 2e167c9eea9a682d13a6874e7fb987552fb44027..059f9b2fbac7aecd037d203e3af022656619a61f 100644 (file)
--- a/common.mk
+++ b/common.mk
@@ -36,6 +36,7 @@ LDFLAGS += -lxcb-atom
 LDFLAGS += -lxcb-aux
 LDFLAGS += -lxcb-icccm
 LDFLAGS += -lxcb-xinerama
+LDFLAGS += -lxcb
 LDFLAGS += -lX11
 LDFLAGS += -lev
 LDFLAGS += -L/usr/local/lib -L/usr/pkg/lib
index 00b7bf353f6c031303f6a8fac95c3c585ec87820..63308ed52284eb7e7fbc4ddf1d4aaaa28bc782c3 100644 (file)
@@ -26,8 +26,9 @@ i3-wm (3.d-0) unstable; urgency=low
   * Bugfix: Correctly handle unmap_notify events when resizing
   * Bugfix: Correctly warp pointer after rendering the layout
   * Bugfix: Fix NULL pointer dereference when reconfiguring screens
+  * Explicitly specify -lxcb when linking (Closes: #554860)
 
- -- Michael Stapelberg <michael@stapelberg.de>  Fri, 23 Oct 2009 16:40:01 +0200
+ -- Michael Stapelberg <michael@stapelberg.de>  Sat, 07 Nov 2009 16:44:48 +0100
 
 i3-wm (3.c-2) unstable; urgency=low