pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xorg-libs Add the missing USE_BUILTIN.renderext= yes



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b13775b72f5
branches:  trunk
changeset: 501100:3b13775b72f5
user:      tonio <tonio%pkgsrc.org@localhost>
date:      Sun Oct 16 19:53:36 2005 +0000

description:
Add the missing USE_BUILTIN.renderext=  yes
Thanks xtraeme for pointing it out

diffstat:

 x11/xorg-libs/builtin.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r bf6f52924e72 -r 3b13775b72f5 x11/xorg-libs/builtin.mk
--- a/x11/xorg-libs/builtin.mk  Sun Oct 16 19:44:44 2005 +0000
+++ b/x11/xorg-libs/builtin.mk  Sun Oct 16 19:53:36 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.2 2005/06/24 05:21:31 jlam Exp $
+# $NetBSD: builtin.mk,v 1.3 2005/10/16 19:53:36 tonio Exp $
 
 BUILTIN_PKG:=  xorg-libs
 
@@ -77,5 +77,6 @@
 # XXX
 USE_BUILTIN.Xfixes=    yes
 USE_BUILTIN.Xcomposite=        yes
+USE_BUILTIN.renderext= yes
 
 .endif # CHECK_BUILTIN.xorg-libs



Home | Main Index | Thread Index | Old Index