diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-05 18:16:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-05 18:16:21 +0000 |
commit | 62e69d7f0121adc57312cdb47e5136c22c09f9e0 (patch) | |
tree | 27a2e01a3237611b8dd40c17375bcb0442cc37e9 /pkgtools | |
parent | 08d601e8333c157e4c1f27579abb587defc00a2d (diff) | |
download | pkgsrc-62e69d7f0121adc57312cdb47e5136c22c09f9e0.tar.gz |
Instead of disabling the randrext and Xrandr packages on systems
which have no extutil.h header file, just make them depend on the
xextensions package which provides it.
Bump PKGREVISION for Xrandr and randrext.
Add builtin.mk file for xextensions.
jlam says ok.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/x11-links/builtin.mk | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/pkgtools/x11-links/builtin.mk b/pkgtools/x11-links/builtin.mk index f29696c7641..d46a19f35fc 100644 --- a/pkgtools/x11-links/builtin.mk +++ b/pkgtools/x11-links/builtin.mk @@ -1,4 +1,4 @@ -# $NetBSD: builtin.mk,v 1.5 2004/07/24 07:00:39 grant Exp $ +# $NetBSD: builtin.mk,v 1.6 2005/03/05 18:16:21 wiz Exp $ .if !defined(XF86_VERSION) . if exists(${X11BASE}/lib/X11/config/xorg.cf) @@ -51,11 +51,3 @@ BUILDLINK_VARS+= XF86_VERSION .endif USE_BUILTIN.x11-links?= no - -# Xrandr won't build without the X Extension library which is only present -# in XFree86>=4.3; ignore it when checking dependencies or buildlinking. -# -.if !exists(${X11BASE}/include/X11/extensions/extutil.h) -IGNORE_PKG.Xrandr= yes -IGNORE_PKG.randrext= yes -.endif |