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 /lib/Makefile | |
parent | e3a3855ef99aac36d1c9dd930ab403ef96c040d1 (diff) |
xcb is no longer optional.
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/Makefile b/lib/Makefile index 537578e9b..923858351 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,8 +1,7 @@ -# $OpenBSD: Makefile,v 1.20 2010/08/02 18:45:02 matthieu Exp $ +# $OpenBSD: Makefile,v 1.21 2011/03/08 20:48:59 matthieu Exp $ .include <bsd.xconf.mk> -.if ${XENOCARA_BUILD_XCB:L} == "yes" XCB_LIBS= \ libpthread-stubs \ libxcb/libxcb \ @@ -36,7 +35,6 @@ XCB_LIBS= \ xcb-util/keysyms \ xcb-util/renderutil \ xcb-util/reply -.endif SUBDIR= freetype fontconfig libxtrans libXau libXdmcp ${XCB_LIBS}\ libX11 libXext libXrender libXft libdmx libfontenc \ |