summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2010-07-27 09:10:04 -0700
committerJesse Barnes <jbarnes@virtuousgeek.org>2010-07-27 09:10:04 -0700
commit34b9d45be6cb0c42f031677a0bda8a5013472ae8 (patch)
tree2c18dd0ad9c41413b3b1397c872678b8a17d1940
parentd580fa82a1cf339d2d1fd1055d137c0b23cd04f3 (diff)
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.
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4edd07bf..d5989a6a 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`