summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2010-06-02 15:39:35 -0700
committerAaron Plattner <aplattner@nvidia.com>2010-06-15 14:59:25 -0700
commit4e1efd5222ffb8328b12f63e4d8083298b44dd17 (patch)
tree9f059011761a2defbba89a6bd805ed0d3a75f3ac
parent78ffecce368868f7b363e7f520d163e2e4330adc (diff)
Depend on libpciaccess >= 0.10.7.
This is the first version to contain pci_device_has_kernel_driver. Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d717805..02f8ab3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -89,7 +89,7 @@ AC_CHECK_DECL(XSERVER_LIBPCIACCESS,
[XSERVER_LIBPCIACCESS=yes],[XSERVER_LIBPCIACCESS=no],
[#include "xorg-server.h"])
if test "x$XSERVER_LIBPCIACCESS" = "xyes"; then
- PKG_CHECK_MODULES(PCIACCESS, [pciaccess >= 0.8.0])
+ PKG_CHECK_MODULES(PCIACCESS, [pciaccess >= 0.10.7])
fi
CFLAGS="$save_CFLAGS"