]> Pileus Git - wmpus/blobdiff - makefile
Use xcb-util
[wmpus] / makefile
index 12c113937180465e658adc2038bc4c2ebe678672..cee48a27f28320b2e1e905e1034c17d12ae41704 100644 (file)
--- a/makefile
+++ b/makefile
@@ -13,7 +13,7 @@ MANPREFIX ?= ${PREFIX}/share/man
 ifeq ($(SYS),xcb)
 GCC       ?= gcc
 PROG      ?= wmpus
-LDFLAGS   += -lxcb -lxcb-xinerama
+LDFLAGS   += -lxcb -lxcb-util -lxcb-xinerama
 endif
 
 ifeq ($(SYS),xlib)