diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-06-04 16:36:08 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-06-04 16:36:08 +0000 |
commit | b570cedf841b6dffb392283bb9b54d5f693aa5f8 (patch) | |
tree | d6d532f581dac789b6e5d0ac04d73322421148ed /lib/libX11 | |
parent | b45e9e0dfefe44c78022e9275e0f13bfd419fe6d (diff) |
Fix building without xcb. Found by david@. Thanks.
Diffstat (limited to 'lib/libX11')
-rw-r--r-- | lib/libX11/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libX11/Makefile.bsd-wrapper b/lib/libX11/Makefile.bsd-wrapper index 80fe7f8e2..7ea81f617 100644 --- a/lib/libX11/Makefile.bsd-wrapper +++ b/lib/libX11/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.9 2009/06/04 00:13:56 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.10 2009/06/04 16:36:07 matthieu Exp $ .include <bsd.xconf.mk> SHARED_LIBS= X11 11.2 @@ -6,7 +6,7 @@ SHARED_LIBS= X11 11.2 CONFIGURE_ARGS= --enable-tcp-transport --enable-unix-transport --enable-ipv6 .if ${XENOCARA_BUILD_XCB:L} == "no" -CONFIGURE_ARGS+= --disable-xcb +CONFIGURE_ARGS+= --without-xcb .endif .if ${XENOCARA_HAVE_SHARED_LIBS:L} == "no" |