mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-13 12:49:07 +00:00
Add xcb-util subdirs and zap one level of recursive make by lising
libxcb subdirs here directly.
This commit is contained in:
35
lib/Makefile
35
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>
|
.include <bsd.xconf.mk>
|
||||||
|
|
||||||
.if ${XENOCARA_BUILD_XCB:L} == "yes"
|
.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
|
.endif
|
||||||
|
|
||||||
SUBDIR= freetype fontconfig libxtrans libXau libXdmcp ${XCB_LIBS}\
|
SUBDIR= freetype fontconfig libxtrans libXau libXdmcp ${XCB_LIBS}\
|
||||||
|
|||||||
Reference in New Issue
Block a user