From 12e2dbd7e638ae41941668d15dbcebd11dee3e76 Mon Sep 17 00:00:00 2001 From: matthieu Date: Tue, 8 Mar 2011 20:48:59 +0000 Subject: xcb is no longer optional. --- Makefile | 7 ++----- 1 file 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 @@ -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 -- cgit v1.2.3-2-gb3c3