summaryrefslogtreecommitdiff
path: root/x11/xorg-libs
diff options
context:
space:
mode:
authorjoerg <joerg>2006-07-11 14:42:03 +0000
committerjoerg <joerg>2006-07-11 14:42:03 +0000
commit618b2297ce3752b0864f618a6f062a3b7c6f5ea5 (patch)
tree0190bc57d36fec416f1e9fd1df7dfdccaaa161e1 /x11/xorg-libs
parentce7136f44f4d9a467176c835c76d5a52a7b78549 (diff)
downloadpkgsrc-618b2297ce3752b0864f618a6f062a3b7c6f5ea5.tar.gz
Don't use the builtin framework for the various Xorg components
when X11_TYPE=xorg. Let them include x11.buildlink3.mk directly. Remove the manual USE_BUILTIN declarations from xorg-libs/b3.mk. This fixes a symmetry in the dependency list depending on whether xorg-libs is installed already or not. Discussed with jlam@
Diffstat (limited to 'x11/xorg-libs')
-rw-r--r--x11/xorg-libs/builtin.mk11
1 files changed, 1 insertions, 10 deletions
diff --git a/x11/xorg-libs/builtin.mk b/x11/xorg-libs/builtin.mk
index 64c85603964..12d933b92aa 100644
--- a/x11/xorg-libs/builtin.mk
+++ b/x11/xorg-libs/builtin.mk
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.6 2006/04/18 19:48:30 reed Exp $
+# $NetBSD: builtin.mk,v 1.7 2006/07/11 14:42:04 joerg Exp $
BUILTIN_PKG:= xorg-libs
@@ -70,13 +70,4 @@ BUILDLINK_PREFIX.xorg-libs= ${X11BASE}
BUILDLINK_FILES.xorg-libs+= lib/pkgconfig/xorg-libs.pc
. endif
-# XXX
-# XXX xorg-libs provides some X11 pieces that pkgsrc should currently
-# XXX treat as "built-in" so that extra dependencies on the pkgsrc
-# XXX versions aren't pulled in.
-# XXX
-USE_BUILTIN.Xfixes= yes
-USE_BUILTIN.Xcomposite= yes
-USE_BUILTIN.renderproto= yes
-
.endif # CHECK_BUILTIN.xorg-libs