mirror of
https://github.com/X11Libre/xf86-video-sis.git
synced 2026-03-24 01:25:01 +00:00
Require pciaccess >= 0.10.0 for pci_device_map_range()
This commit is contained in:
@@ -109,7 +109,7 @@ AC_CHECK_DECL(XSERVER_LIBPCIACCESS,
|
||||
CPPFLAGS="$SAVE_CPPFLAGS"
|
||||
|
||||
if test "x$XSERVER_LIBPCIACCESS" = xyes; then
|
||||
PKG_CHECK_MODULES([PCIACCESS], [pciaccess >= 0.8.0])
|
||||
PKG_CHECK_MODULES([PCIACCESS], [pciaccess >= 0.10.0])
|
||||
XORG_CFLAGS="$XORG_CFLAGS $PCIACCESS_CFLAGS"
|
||||
fi
|
||||
AM_CONDITIONAL(XSERVER_LIBPCIACCESS, test "x$XSERVER_LIBPCIACCESS" = xyes)
|
||||
|
||||
Reference in New Issue
Block a user