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>
This commit is contained in:
Aaron Plattner
2010-06-02 15:39:35 -07:00
parent 78ffecce36
commit 4e1efd5222

View File

@@ -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"