pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/defaults Use builtin versions for Xcomposite and co...
details: https://anonhg.NetBSD.org/pkgsrc/rev/744810ae781d
branches: trunk
changeset: 481589:744810ae781d
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Fri Oct 08 04:00:37 2004 +0000
description:
Use builtin versions for Xcomposite and compositeext for X11_TYPE=xorg
users.
diffstat:
mk/defaults/mk.conf | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 51dae87e221d -r 744810ae781d mk/defaults/mk.conf
--- a/mk/defaults/mk.conf Fri Oct 08 03:59:36 2004 +0000
+++ b/mk/defaults/mk.conf Fri Oct 08 04:00:37 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mk.conf,v 1.4 2004/10/08 00:58:25 xtraeme Exp $
+# $NetBSD: mk.conf,v 1.5 2004/10/08 04:00:37 xtraeme Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -174,8 +174,10 @@
X11ROOT_PREFIX?= XFree86
.elif defined(X11_TYPE) && !empty(X11_TYPE:Mxorg)
X11ROOT_PREFIX?= xorg
-USE_BUILTIN.fixesext= yes
-USE_BUILTIN.Xfixes= yes
+USE_BUILTIN.fixesext= yes
+USE_BUILTIN.Xfixes= yes
+USE_BUILTIN.Xcomposite= yes
+USE_BUILTIN.compositeext= yes
.else
X11ROOT_PREFIX?= # empty
.endif
Home |
Main Index |
Thread Index |
Old Index