summaryrefslogtreecommitdiff
path: root/driver/xf86-video-savage/configure.ac
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-11-22 17:48:11 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-11-22 17:48:11 +0000
commitef1822cea93f7497da13487910e25d1977d2d9c2 (patch)
treeda25a9cfd55be568bf4b90e52552c07453ff824c /driver/xf86-video-savage/configure.ac
parent3658335d05c05cca47a13948a009d212f63dee13 (diff)
Update to xf86-video-savage 2.3.1
Diffstat (limited to 'driver/xf86-video-savage/configure.ac')
-rw-r--r--driver/xf86-video-savage/configure.ac10
1 files changed, 9 insertions, 1 deletions
diff --git a/driver/xf86-video-savage/configure.ac b/driver/xf86-video-savage/configure.ac
index b6d64e4f7..b2f22f6af 100644
--- a/driver/xf86-video-savage/configure.ac
+++ b/driver/xf86-video-savage/configure.ac
@@ -22,7 +22,7 @@
AC_PREREQ(2.57)
AC_INIT([xf86-video-savage],
- 2.2.1,
+ 2.3.1,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
xf86-video-savage)
@@ -60,6 +60,10 @@ XORG_DRIVER_CHECK_EXT(DPMSExtension, xextproto)
# Checks for pkg-config packages
PKG_CHECK_MODULES(XORG, [xorg-server >= 1.1.0 xproto fontsproto $REQUIRED_MODULES])
+PKG_CHECK_MODULES(XEXT, [xextproto >= 7.0.99.1],
+ HAVE_XEXTPROTO_71="yes"; AC_DEFINE(HAVE_XEXTPROTO_71, 1, [xextproto 7.1 available]),
+ HAVE_XEXTPROTO_71="no")
+AM_CONDITIONAL(HAVE_XEXTPROTO_71, [ test "$HAVE_XEXTPROTO_71" = "yes" ])
sdkdir=$(pkg-config --variable=sdkdir xorg-server)
# Checks for libraries.
@@ -100,6 +104,10 @@ CFLAGS="$XORG_CFLAGS"
AC_CHECK_DECL(XSERVER_LIBPCIACCESS,
[XSERVER_LIBPCIACCESS=yes], [XSERVER_LIBPCIACCESS=no],
[#include "xorg-server.h"])
+AC_CHECK_DECL(xf86XVFillKeyHelperDrawable,
+ [AC_DEFINE(HAVE_XV_DRAWABLE_HELPER, 1, [Have xf86XVFillKeyHelperDrawable prototype])],
+ [],
+ [#include "xf86xv.h"])
CFLAGS="$save_CFLAGS"
if test "x$XSERVER_LIBPCIACCESS" = xyes; then