NetBSD/external/mit/xorg/lib/libxcb/xcb.mk
mrg 0d429e5b59 build support for libxcb 1.6. not yet used.
XXX: i couldn't get the python/xml generator to run outside of
XXX: the libxcb build tree, so i just copied these from there,
XXX: but ideally files/Makefile could know how to do this.
2010-07-17 23:43:27 +00:00

27 lines
505 B
Makefile

# $NetBSD: xcb.mk,v 1.1 2010/07/17 23:43:27 mrg Exp $
# define XCBEXT to something before including this
LIB= xcb-${XCBEXT}
SRCS= ${XCBEXT}.c
CPPFLAGS+= -I${X11SRCDIR.xcb}/src
CPPFLAGS+= -I${.CURDIR}/../files
LIBDPLIBS=\
xcb ${.CURDIR}/../libxcb \
Xau ${.CURDIR}/../../libXau \
Xdmcp ${.CURDIR}/../../libXdmcp
SHLIB_MAJOR= 0
SHLIB_MINOR= 0
PKGCONFIG= xcb-${XCBEXT}
PKGCONFIG_VERSION.${PKGCONFIG}= 1.6
.include <bsd.x11.mk>
.include <bsd.lib.mk>
.PATH: ${.CURDIR}/../files ${X11SRCDIR.xcb}