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