diff options
author | joerg <joerg@pkgsrc.org> | 2006-07-11 14:42:03 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-07-11 14:42:03 +0000 |
commit | 0926e95796b3a5ba4d3934ec7c9774514521cce9 (patch) | |
tree | 0190bc57d36fec416f1e9fd1df7dfdccaaa161e1 /x11/xcursor | |
parent | 7ac5478c155b988d5d73f924c09029cce1baaed7 (diff) | |
download | pkgsrc-0926e95796b3a5ba4d3934ec7c9774514521cce9.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/xcursor')
-rw-r--r-- | x11/xcursor/buildlink3.mk | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/x11/xcursor/buildlink3.mk b/x11/xcursor/buildlink3.mk index 090a03d215c..48205230303 100644 --- a/x11/xcursor/buildlink3.mk +++ b/x11/xcursor/buildlink3.mk @@ -1,4 +1,11 @@ -# $NetBSD: buildlink3.mk,v 1.19 2006/07/08 23:11:16 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.20 2006/07/11 14:42:04 joerg Exp $ + +.include "../../mk/bsd.prefs.mk" + +.if ${X11_TYPE} == "xorg" +.include "../../mk/x11.buildlink3.mk" +.else + BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ XCURSOR_BUILDLINK3_MK:= ${XCURSOR_BUILDLINK3_MK}+ @@ -23,3 +30,5 @@ BUILDLINK_PKGSRCDIR.xcursor?= ../../x11/xcursor .include "../../x11/Xrender/buildlink3.mk" BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} + +.endif |