mirror of
https://github.com/X11Libre/xf86-video-vbox.git
synced 2026-03-24 01:25:21 +00:00
configure.ac: tiny formatting cleanup
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -67,11 +67,7 @@ XORG_DRIVER_CHECK_EXT(DPMSExtension, xextproto)
|
||||
# Obtain compiler/linker options for the driver dependencies
|
||||
PKG_CHECK_MODULES(XORG, xorg-server >= 1.18 xproto fontsproto $REQUIRED_MODULES)
|
||||
PKG_CHECK_MODULES(XEXT, [xextproto >= 7.0.99.1])
|
||||
PKG_CHECK_MODULES([PCIACCESS], [pciaccess >= 0.12.901])
|
||||
PKG_CHECK_MODULES(PCIACCESS, [pciaccess >= 0.12.901])
|
||||
|
||||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
src/Makefile
|
||||
man/Makefile
|
||||
])
|
||||
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile])
|
||||
AC_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user