xf86-video-intel: configure.ac

Chris Wilson ickle at kemper.freedesktop.org
Tue Mar 3 04:51:57 PST 2015


 configure.ac |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 555f7f4f54d60e99c8c00d7b3b1e574dc27ec68b
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Tue Mar 3 12:47:24 2015 +0000

    configure: Include the xorg-server version in the summary
    
    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>

diff --git a/configure.ac b/configure.ac
index cef2486..a7cdd93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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"


More information about the xorg-commit mailing list