pkgsrc-wip/xproto/builtin.mk
Juan Romero Pardines dd2eaa39a8 Provide builtin.mk for libXau and xproto, and only depend to the last one
when USE_BUILTIN.libXau=no. With these changes you can install gDesklets
without installing libXau/xproto.
2004-06-13 19:07:49 +00:00

10 lines
266 B
Makefile

# $NetBSD: builtin.mk,v 1.1 2004/06/13 19:07:50 xtraeme Exp $
.if !defined(IS_BUILTIN.xproto)
IS_BUILTIN.xproto= no
. if exists(${X11BASE}/include/X11/xproto.h)
IS_BUILTIN.xproto= yes
. endif
.endif # IS_BUILTIN.xproto
USE_BUILTIN.xproto?= ${IS_BUILTIN.xproto}