Add bl3 and builtin.mk files for inclusion in x11-links.

This commit is contained in:
ghen 2010-06-04 10:49:01 +00:00
parent ab69534c90
commit 8f24abc3e3
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,14 @@
# $NetBSD: buildlink3.mk,v 1.1 2010/06/04 10:49:01 ghen Exp $
BUILDLINK_TREE+= xkeyboard-config
.if !defined(XKEYBOARD_CONFIG_BUILDLINK3_MK)
XKEYBOARD_CONFIG_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.xkeyboard-config+= xkeyboard-config>=1.9
BUILDLINK_PKGSRCDIR.xkeyboard-config?= ../../x11/xkeyboard-config
BUILDLINK_DEPMETHOD.xkeyboard-config?= build
.endif # XKEYBOARD_CONFIG_BUILDLINK3_MK
BUILDLINK_TREE+= -xkeyboard-config

View file

@ -0,0 +1,7 @@
# $NetBSD: builtin.mk,v 1.1 2010/06/04 10:49:01 ghen Exp $
BUILTIN_PKG:= xkeyboard-config
PKGCONFIG_FILE.xkeyboard-config= ${X11BASE}/lib/pkgconfig/xkeyboard-config.pc
.include "../../mk/buildlink3/pkgconfig-builtin.mk"
.include "../../mk/x11.builtin.mk"