diff options
author | Martin-Éric Racine <q-funk@iki.fi> | 2010-02-08 18:43:27 +0200 |
---|---|---|
committer | Martin-Éric Racine <q-funk@iki.fi> | 2010-02-08 18:43:27 +0200 |
commit | 10364d0f667c808641d62339c99564b401683612 (patch) | |
tree | cdca243a19385e9bb0c839794e520154c66836d8 /configure.ac | |
parent | ba9e3975535ffdf05611e96feb578eb01c49544d (diff) |
Get rid of unused XFreeXDGA extension.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 2720c9a..4910dd8 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,8 @@ AC_PREREQ(2.57) AC_INIT([xf86-video-geode], 2.11.7, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg&component=Driver%2Fgeode], - xf86-video-geode) + xf86-video-geode, + [http://www.x.org/wiki/GeodeDriver]) AC_CONFIG_SRCDIR([Makefile.am]) AM_CONFIG_HEADER([config.h]) @@ -85,7 +86,6 @@ XORG_DRIVER_CHECK_EXT(RANDR, randrproto) XORG_DRIVER_CHECK_EXT(RENDER, renderproto) XORG_DRIVER_CHECK_EXT(XV, videoproto) XORG_DRIVER_CHECK_EXT(DPMSExtension, xextproto) -XORG_DRIVER_CHECK_EXT(XFreeXDGA, xf86dgaproto) # Checks for pkg-config packages PKG_CHECK_MODULES(XORG, [xorg-server xproto fontsproto $REQUIRED_MODULES]) |