aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormatthieu2011-03-08 20:48:59 +0000
committermatthieu2011-03-08 20:48:59 +0000
commit12e2dbd7e638ae41941668d15dbcebd11dee3e76 (patch)
treedd9c9bfb0087197f7e1dd1d146bf8752b722f994 /Makefile
parent99e0364d8e62969ed9695a71e281f69123eb4c8c (diff)
downloadcwm-12e2dbd7e638ae41941668d15dbcebd11dee3e76.tar.gz
xcb is no longer optional.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 94fc85f..0bb596b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.16 2010/11/27 14:25:47 matthieu Exp $
+# $OpenBSD: Makefile,v 1.17 2011/03/08 20:48:59 matthieu Exp $
.include <bsd.xconf.mk>
@@ -11,11 +11,8 @@ SRCS= calmwm.c screen.c xmalloc.c client.c menu.c \
CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2 -I${.CURDIR}
CFLAGS+= -Wall
-.if ${XENOCARA_BUILD_XCB:L} != "no"
-LIBXCB= -lxcb
-.endif
-LDADD+= -L${X11BASE}/lib -lXft -lXrender -lX11 ${LIBXCB} -lXau -lXdmcp \
+LDADD+= -L${X11BASE}/lib -lXft -lXrender -lX11 -lxcb -lXau -lXdmcp \
-lfontconfig -lexpat -lfreetype -lz -lXinerama -lXrandr -lXext
MANDIR= ${X11BASE}/man/cat