mirror of
https://github.com/X11Libre/xf86-video-nv.git
synced 2026-03-24 01:24:21 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user