configure.ac: add xi and gl requirements
Could probably be earlier versions, but having these here makes packaging easier.
This commit is contained in:
parent
f46a8dfce5
commit
d580fa82a1
|
|
@ -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`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue