summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-04-07 22:25:23 +0000
committerAdam Jackson <ajax@nwnk.net>2006-04-07 22:25:23 +0000
commit3bc1deb6a84d5ad1ff47b2efe89ed15d68e5822a (patch)
tree197167c3b5c7ac3c3818122c0539959f84abcd92 /configure.ac
parentefba7f83ef225df8a0eaee660cb9bba19fd775c0 (diff)
Unlibcwrap. Bump server version requirement. Bump to 0.81.0.ast-0_81_0XORG-7_1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8536e44..61b7a39 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
AC_PREREQ(2.57)
AC_INIT([xf86-video-ast],
- 0.80,
+ 0.81.0,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
xf86-video-ast)
@@ -54,7 +54,7 @@ XORG_DRIVER_CHECK_EXT(XV, videoproto)
XORG_DRIVER_CHECK_EXT(DPMSExtension, xextproto)
# Checks for pkg-config packages
-PKG_CHECK_MODULES(XORG, [xorg-server xproto fontsproto $REQUIRED_MODULES])
+PKG_CHECK_MODULES(XORG, [xorg-server >= 1.0.99.901 xproto fontsproto $REQUIRED_MODULES])
sdkdir=$(pkg-config --variable=sdkdir xorg-server)
# Checks for libraries.