summaryrefslogtreecommitdiff
path: root/x11/xcursor
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-19 18:51:01 +0000
committerjlam <jlam@pkgsrc.org>2004-02-19 18:51:01 +0000
commit555f2ef6ff897896e1ce29759e30656b54e6f569 (patch)
tree2a215fb740385ad8bf9e506fdd8f337ef447923f /x11/xcursor
parent50504fa77f3ce435b44df062996b5471172fd490 (diff)
downloadpkgsrc-555f2ef6ff897896e1ce29759e30656b54e6f569.tar.gz
Move the settings, which force the use of builtin versions of dependencies
if the builtin version of the package is being used, into a global location so that they're always executed.
Diffstat (limited to 'x11/xcursor')
-rw-r--r--x11/xcursor/buildlink3.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11/xcursor/buildlink3.mk b/x11/xcursor/buildlink3.mk
index bd1c42df907..3f4f55c9118 100644
--- a/x11/xcursor/buildlink3.mk
+++ b/x11/xcursor/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.9 2004/02/18 16:53:52 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.10 2004/02/19 18:51:01 jlam Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
XCURSOR_BUILDLINK3_MK:= ${XCURSOR_BUILDLINK3_MK}+
@@ -87,12 +87,15 @@ BUILDLINK_DEPENDS+= xcursor
. endif
.endif
+.if !empty(BUILDLINK_USE_BUILTIN.xcursor:M[yY][eE][sS])
+BUILDLINK_USE_BUILTIN.Xrender= yes
+.endif
+
.if !empty(XCURSOR_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.xcursor+= xcursor>=1.1.1
. if !empty(BUILDLINK_USE_BUILTIN.xcursor:M[yY][eE][sS])
BUILDLINK_PREFIX.xcursor= ${X11BASE}
BUILDLINK_FILES.xcursor+= lib/pkgconfig/xcursor.pc
-BUILDLINK_USE_BUILTIN.Xrender= yes
. endif
USE_X11= yes