diff options
author | leot <leot@pkgsrc.org> | 2015-09-30 09:08:43 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2015-09-30 09:08:43 +0000 |
commit | 968888cea0bdba8a616e8ddf37a56a25aeb1cef0 (patch) | |
tree | f3e394b0da11a0543a56adbaac716d43d60653c4 /x11 | |
parent | 1998d381ca6ba6f6124d25811b1bea38c283b176 (diff) | |
download | pkgsrc-968888cea0bdba8a616e8ddf37a56a25aeb1cef0.tar.gz |
Add builtin.mk.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/dri3proto/builtin.mk | 9 | ||||
-rw-r--r-- | x11/presentproto/builtin.mk | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/x11/dri3proto/builtin.mk b/x11/dri3proto/builtin.mk new file mode 100644 index 00000000000..a5aaa90a9c9 --- /dev/null +++ b/x11/dri3proto/builtin.mk @@ -0,0 +1,9 @@ +# $NetBSD: builtin.mk,v 1.1 2015/09/30 09:08:43 leot Exp $ + +BUILTIN_PKG:= dri3proto +PKGCONFIG_FILE.dri3proto= ${X11BASE}/lib/pkgconfig/dri3proto.pc +PKGCONFIG_FILE.dri3proto+= ${X11BASE}/lib${LIBABISUFFIX}/pkgconfig/dri3proto.pc +PKGCONFIG_FILE.dri3proto+= ${X11BASE}/share/pkgconfig/dri3proto.pc + +.include "../../mk/buildlink3/pkgconfig-builtin.mk" +.include "../../mk/x11.builtin.mk" diff --git a/x11/presentproto/builtin.mk b/x11/presentproto/builtin.mk new file mode 100644 index 00000000000..573396996f4 --- /dev/null +++ b/x11/presentproto/builtin.mk @@ -0,0 +1,9 @@ +# $NetBSD: builtin.mk,v 1.1 2015/09/30 09:10:39 leot Exp $ + +BUILTIN_PKG:= presentproto +PKGCONFIG_FILE.presentproto= ${X11BASE}/lib/pkgconfig/presentproto.pc +PKGCONFIG_FILE.presentproto+= ${X11BASE}/lib${LIBABISUFFIX}/pkgconfig/presentproto.pc +PKGCONFIG_FILE.presentproto+= ${X11BASE}/share/pkgconfig/presentproto.pc + +.include "../../mk/buildlink3/pkgconfig-builtin.mk" +.include "../../mk/x11.builtin.mk" |