diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-10-08 00:58:25 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-10-08 00:58:25 +0000 |
commit | a8e2729bb6992e4fc6c7b5b7a4eb43d37aa28673 (patch) | |
tree | c6290c7d497d03241868ebe4c3ee074640e94220 /mk | |
parent | bd8ed925de170c7c27a00b95bc701f64ff16f566 (diff) | |
download | pkgsrc-a8e2729bb6992e4fc6c7b5b7a4eb43d37aa28673.tar.gz |
Changes for meta-pkgs/xorg and friends:
Looks like that cannot we use render/randrext builtin versions for
meta-pkgs/xorg, because of missing .pc files required to build Xrender
and friends, remove them from here.
Closes PR pkg/27129 by Cristopher Richards, thanks for the info, I thought
they were installed by xorg-libs... (!)
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defaults/mk.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/defaults/mk.conf b/mk/defaults/mk.conf index d81c3bb9eb7..3df1faf5454 100644 --- a/mk/defaults/mk.conf +++ b/mk/defaults/mk.conf @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf,v 1.3 2004/10/07 02:01:39 jlam Exp $ +# $NetBSD: mk.conf,v 1.4 2004/10/08 00:58:25 xtraeme Exp $ # # A file providing defaults for pkgsrc and the packages collection. @@ -176,8 +176,6 @@ X11ROOT_PREFIX?= XFree86 X11ROOT_PREFIX?= xorg USE_BUILTIN.fixesext= yes USE_BUILTIN.Xfixes= yes -USE_BUILTIN.render= yes -USE_BUILTIN.randrext= yes .else X11ROOT_PREFIX?= # empty .endif |