Add check for DGA extension to fix issues when building with separate build
roots.
This commit is contained in:
parent
1073cc5a2b
commit
ec562722d0
@ -1,3 +1,9 @@
|
||||
2005-11-15 Kevin E. Martin <kem-at-freedesktop-dot-org>
|
||||
|
||||
* configure.ac:
|
||||
Add check for DGA extension to fix issues when building with
|
||||
separate build roots.
|
||||
|
||||
2005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org>
|
||||
|
||||
* configure.ac:
|
||||
|
@ -50,6 +50,7 @@ AC_SUBST(moduledir)
|
||||
XORG_DRIVER_CHECK_EXT(RANDR, randrproto)
|
||||
XORG_DRIVER_CHECK_EXT(RENDER, renderproto)
|
||||
XORG_DRIVER_CHECK_EXT(XV, videoproto)
|
||||
XORG_DRIVER_CHECK_EXT(XFreeXDGA, xf86dgaproto)
|
||||
|
||||
# Checks for pkg-config packages
|
||||
PKG_CHECK_MODULES(XORG, xorg-server xproto fontsproto $REQUIRED_MODULES)
|
||||
|
Loading…
Reference in New Issue
Block a user