Add check for DGA extension to fix issues when building with separate build

roots.
This commit is contained in:
Kevin E Martin 2005-11-15 05:42:03 +00:00
parent 1073cc5a2b
commit ec562722d0
2 changed files with 7 additions and 0 deletions

View File

@ -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:

View File

@ -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)