summaryrefslogtreecommitdiff
path: root/app/xvctl/Makefile
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2011-03-08 20:49:00 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2011-03-08 20:49:00 +0000
commit8497862bdc0e560d1d9fd5306860b00b1fbc1f79 (patch)
treef43a538f6c8aa3f931f0d0158892cace0b728d50 /app/xvctl/Makefile
parente3a3855ef99aac36d1c9dd930ab403ef96c040d1 (diff)
xcb is no longer optional.
Diffstat (limited to 'app/xvctl/Makefile')
-rw-r--r--app/xvctl/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/app/xvctl/Makefile b/app/xvctl/Makefile
index f5054264f..42d6238ad 100644
--- a/app/xvctl/Makefile
+++ b/app/xvctl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2010/11/27 14:25:47 matthieu Exp $
+# $OpenBSD: Makefile,v 1.6 2011/03/08 20:48:59 matthieu Exp $
.include <bsd.xconf.mk>
PROG=xvctl
@@ -6,11 +6,7 @@ MAN=xvctl.1
CPPFLAGS+= -I${X11BASE}/include
-.if ${XENOCARA_BUILD_XCB:L} != "no"
-LIBXCB= -lxcb
-.endif
-
-LDADD+=-L${X11BASE}/lib -lXv -lXext -lX11 ${LIBXCB} -lXau -lXdmcp
+LDADD+=-L${X11BASE}/lib -lXv -lXext -lX11 -lxcb -lXau -lXdmcp
MANDIR= ${X11BASE}/man/cat