From 8a95eb450573436053fe8a1307dcff3f6bdc786e Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 5 Mar 2005 18:16:21 +0000 Subject: 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. --- pkgtools/x11-links/builtin.mk | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'pkgtools') 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 -- cgit v1.2.3