mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-25 19:19:13 +00:00
Add XSERVER_LIBPCIACCESS to xorg-server.h when using libpciaccess
This commit is contained in:
@@ -1595,6 +1595,7 @@ return 0;}
|
||||
AC_DEFINE_DIR(DEFAULT_LIBRARY_PATH, libdir, [Default library install path])
|
||||
AC_DEFINE_DIR(DEFAULT_LOGPREFIX, LOGPREFIX, [Default log location])
|
||||
AC_DEFINE_UNQUOTED(__VENDORDWEBSUPPORT__, ["$VENDOR_WEB"], [Vendor web address for support])
|
||||
AC_DEFINE(XSERVER_LIBPCIACCESS, 1, [Use libpciaccess for all pci manipulation])
|
||||
|
||||
driverdir="$moduledir/drivers"
|
||||
AC_SUBST([moduledir])
|
||||
|
||||
@@ -251,4 +251,7 @@
|
||||
/* Loadable XFree86 server awesomeness */
|
||||
#undef XFree86LOADER
|
||||
|
||||
/* Use libpciaccess */
|
||||
#undef XSERVER_LIBPCIACCESS
|
||||
|
||||
#endif /* _XORG_SERVER_H_ */
|
||||
|
||||
Reference in New Issue
Block a user