xf86-video-intel: configure.ac

Jesse Barnes jbarnes at kemper.freedesktop.org
Tue Jul 27 09:32:54 PDT 2010


 configure.ac |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 34b9d45be6cb0c42f031677a0bda8a5013472ae8
Author: Jesse Barnes <jbarnes at virtuousgeek.org>
Date:   Tue Jul 27 09:10:04 2010 -0700

    Revert "configure.ac: add xi and gl requirements"
    
    This reverts commit d580fa82a1cf339d2d1fd1055d137c0b23cd04f3.
    
    Oops, these should be server or other package dependencies, we don't
    actually need them for xf86-video-intel.

diff --git a/configure.ac b/configure.ac
index 4edd07b..d5989a6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -81,8 +81,6 @@ XORG_DRIVER_CHECK_EXT(DPMSExtension, xextproto)
 PKG_CHECK_MODULES(XORG, [xorg-server >= 1.6 xproto fontsproto $REQUIRED_MODULES])
 PKG_CHECK_MODULES(DRM, [libdrm >= 2.4.21])
 PKG_CHECK_MODULES(PCIACCESS, [pciaccess >= 0.10])
-PKG_CHECK_MODULES(XI, [xi >= 1.3])
-PKG_CHECK_MODULES(GL, [gl >= 7.7.0])
 
 sdkdir=`$PKG_CONFIG --variable=sdkdir xorg-server`
 


More information about the xorg-commit mailing list