From 8497862bdc0e560d1d9fd5306860b00b1fbc1f79 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Tue, 8 Mar 2011 20:49:00 +0000 Subject: xcb is no longer optional. --- app/fvwm/modules/Makefile.inc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'app/fvwm/modules') diff --git a/app/fvwm/modules/Makefile.inc b/app/fvwm/modules/Makefile.inc index 9c523ca3b..1d51431dc 100644 --- a/app/fvwm/modules/Makefile.inc +++ b/app/fvwm/modules/Makefile.inc @@ -1,5 +1,5 @@ # -*- makefile -*- -# $OpenBSD: Makefile.inc,v 1.6 2010/11/27 14:25:47 matthieu Exp $ +# $OpenBSD: Makefile.inc,v 1.7 2011/03/08 20:48:59 matthieu Exp $ .ifndef FVWM_MAKEFILE_INC FVWM_MAKEFILE_INC = done @@ -10,10 +10,7 @@ X11BASE?= /usr/X11R6 CFLAGS+= -I${X11BASE}/include -I${.CURDIR}/../.. -I${.CURDIR}/../../libs LDADD+= -L${X11BASE}/lib -.if ${XENOCARA_BUILD_XCB:L} != "no" -LIBXCB= -lxcb -.endif -XLIB= -lX11 ${LIBXCB} -lXau -lXdmcp +XLIB= -lX11 -lxcb -lXau -lXdmcp FVWMLIBDIR= ${X11BASE}/lib/X11/fvwm MANDIR= ${X11BASE}/man/cat -- cgit v1.2.3