summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2007-10-17 17:10:24 -0700
committerEric Anholt <eric@anholt.net>2007-10-17 17:10:46 -0700
commit79636b8c776ae024518103c9fa137c8498c21d48 (patch)
treeb68eea13beff009fd5aef228c529e77d4246c4f7
parentc824c45e72908b5b3fa832fec91c7b47f305180c (diff)
Bump pciaccess version requirement for new API usage.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e5a7cf6e..1e6ffe0c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -115,7 +115,7 @@ AC_CHECK_DECL(XSERVER_LIBPCIACCESS,
CFLAGS="$save_CFLAGS"
if test x$XSERVER_LIBPCIACCESS = xyes; then
- PKG_CHECK_MODULES([PCIACCESS], [pciaccess >= 0.8.0])
+ PKG_CHECK_MODULES([PCIACCESS], [pciaccess >= 0.10.0])
else
PKG_CHECK_MODULES([PCIACCESS], [pciaccess >= 0.5.0],
have_libpciaccess=yes,