mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 03:40:05 +01:00
configure.ac: Require libpciaccess for int10
A --disable-pciaccess build will fail with an int10 module other than stub. Signed-off-by: Connor Behan <connor.behan@gmail.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
a575c1dc64
commit
bd70def077
1 changed files with 3 additions and 0 deletions
|
|
@ -1830,6 +1830,9 @@ if test "x$XORG" = xyes; then
|
|||
if test "x$CONFIG_UDEV_KMS" = xyes; then
|
||||
AC_MSG_ERROR([Platform device enumeration requires libpciaccess])
|
||||
fi
|
||||
if test "x$INT10" != xstub; then
|
||||
AC_MSG_ERROR([Cannot build int10 without libpciaccess])
|
||||
fi
|
||||
fi
|
||||
AC_MSG_RESULT([$PCI])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue