xref: /netbsd-src/external/mit/xorg/lib/libX11/libX11-xcb/Makefile (revision 8816a0ba067331bf4a152c4129a7469c863f3e55)
1#	$NetBSD: Makefile,v 1.2 2011/02/26 09:27:20 mrg Exp $
2
3NOLINT=		1
4
5.include <bsd.own.mk>
6
7LIB=	X11-xcb
8
9.PATH:	${X11SRCDIR.X11}/src
10SRCS+=	x11_xcb.c
11
12CPPFLAGS+=	-I${DESTDIR}${X11INCDIR}/X11
13
14LIBDPLIBS+= \
15	X11 ${.CURDIR}/../../libX11/dynamic
16
17PKGDIST=	X11
18PKGCONFIG=  	x11-xcb
19
20.include <bsd.x11.mk>
21.include <bsd.lib.mk>
22