diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-03-08 20:49:00 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-03-08 20:49:00 +0000 |
commit | 8497862bdc0e560d1d9fd5306860b00b1fbc1f79 (patch) | |
tree | f43a538f6c8aa3f931f0d0158892cace0b728d50 /app/video/Makefile | |
parent | e3a3855ef99aac36d1c9dd930ab403ef96c040d1 (diff) |
xcb is no longer optional.
Diffstat (limited to 'app/video/Makefile')
-rw-r--r-- | app/video/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/app/video/Makefile b/app/video/Makefile index 863a9f4af..6c18142a0 100644 --- a/app/video/Makefile +++ b/app/video/Makefile @@ -1,15 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 2010/11/27 14:25:47 matthieu Exp $ +# $OpenBSD: Makefile,v 1.5 2011/03/08 20:48:59 matthieu Exp $ .include <bsd.xconf.mk> PROG= video 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 obj: _xenocara_obj |