mirror of
https://github.com/X11Libre/xf86-video-intel.git
synced 2026-03-24 01:24:12 +00:00
configure: Include the xorg-server version in the summary
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
@@ -443,6 +443,7 @@ fi
|
||||
|
||||
PKG_CHECK_MODULES(XORG, [xorg-server >= $required_xorg_server_version xproto fontsproto pixman-1 >= $required_pixman_version $REQUIRED_MODULES])
|
||||
ABI_VERSION=`$PKG_CONFIG --variable=abi_videodrv xorg-server`
|
||||
XSERVER_VERSION=`$PKG_CONFIG --modversion xorg-server`
|
||||
|
||||
if test "x$ONLY_UMS" = "xyes"; then
|
||||
UMS="yes"
|
||||
@@ -909,7 +910,7 @@ fi
|
||||
|
||||
echo ""
|
||||
echo "AC_PACKAGE_STRING will be compiled with:"
|
||||
echo " Xorg Video ABI version: $ABI_VERSION"
|
||||
echo " Xorg Video ABI version: $ABI_VERSION (xorg-server-$XSERVER_VERSION)"
|
||||
echo " Acceleration backends:$accel_msg"
|
||||
echo " Additional debugging support?$debug_msg"
|
||||
echo " Support for Kernel Mode Setting? $KMS"
|
||||
|
||||
Reference in New Issue
Block a user