diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-23 15:07:18 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-05-23 15:07:18 +0000 |
commit | 2f0e102752058556a15e25a6f80fa5f8265d2eec (patch) | |
tree | 3f4d606dc0ab30e1897508f6e4d843554dbba86d /lib | |
parent | fd92bf6e97114680dcaa6ad4f7a6eaded7a4bab7 (diff) |
Add xcb-util subdirs and zap one level of recursive make by lising
libxcb subdirs here directly.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile | 35 |
1 files changed, 33 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 67a5228b8..2e9b07436 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,9 +1,40 @@ -# $OpenBSD: Makefile,v 1.14 2009/05/22 17:58:45 matthieu Exp $ +# $OpenBSD: Makefile,v 1.15 2009/05/23 15:07:17 matthieu Exp $ .include <bsd.xconf.mk> .if ${XENOCARA_BUILD_XCB:L} == "yes" -XCB_LIBS= libpthread-stubs libxcb +XCB_LIBS= \ + libpthread-stubs \ + libxcb/libxcb \ + libxcb/libxcb-composite \ + libxcb/libxcb-damage \ + libxcb/libxcb-dpms \ + libxcb/libxcb-glx \ + libxcb/libxcb-randr \ + libxcb/libxcb-record \ + libxcb/libxcb-render \ + libxcb/libxcb-res \ + libxcb/libxcb-screensaver \ + libxcb/libxcb-shape \ + libxcb/libxcb-shm \ + libxcb/libxcb-sync \ + libxcb/libxcb-xevie \ + libxcb/libxcb-xf86dri \ + libxcb/libxcb-xfixes \ + libxcb/libxcb-xinerama \ + libxcb/libxcb-xprint \ + libxcb/libxcb-xtest \ + libxcb/libxcb-xv \ + libxcb/libxcb-xvmc \ + xcb-util/atom \ + xcb-util/aux \ + xcb-util/event \ + xcb-util/property \ + xcb-util/icccm \ + xcb-util/image \ + xcb-util/keysyms \ + xcb-util/renderutil \ + xcb-util/reply .endif SUBDIR= freetype fontconfig libxtrans libXau libXdmcp ${XCB_LIBS}\ |