configure.ac: add xi and gl requirements

Could probably be earlier versions, but having these here makes packaging
easier.
This commit is contained in:
Jesse Barnes 2010-07-26 16:44:19 -07:00
parent f46a8dfce5
commit d580fa82a1
1 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,8 @@ 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`