[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-video-qxl: Changes to 'ubuntu'



 configure.ac     |    4 ++++
 debian/changelog |    6 ++++++
 2 files changed, 10 insertions(+)

New commits:
commit 6aa6cc20d989ff670aaf1d469e0e93c1decdad7c
Author: Timo Aaltonen <tjaalton@ubuntu.com>
Date:   Wed Nov 6 19:30:30 2013 +0200

    configure.ac: Add a check for XEXTPROTO_71. (FTBFS)

diff --git a/configure.ac b/configure.ac
index 01377a4..f963cb2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -153,6 +153,10 @@ fi
 AM_CONDITIONAL(LIBUDEV, test x$LIBUDEV = xyes)
 
 PKG_CHECK_MODULES([SPICE_PROTOCOL], [spice-protocol >= 0.12.0])
+PKG_CHECK_MODULES(XEXT, [xextproto >= 7.0.99.1],
+		HAVE_XEXTPROTO_71="yes"; AC_DEFINE(HAVE_XEXTPROTO_71, 1, [xextproto 7.1 available]),
+		HAVE_XEXTPROTO_71="no")
+AM_CONDITIONAL(HAVE_XEXTPROTO_71, [ test "$HAVE_XEXTPROTO_71" = "yes" ])
 
 # AC_CHECK_FILE is not supported when cross compiling
 if test "$cross_compiling" = "no" ; then
diff --git a/debian/changelog b/debian/changelog
index c12a793..2585b33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-qxl (0.1.1-0ubuntu2) trusty; urgency=low
+
+  * configure.ac: Add a check for XEXTPROTO_71. (FTBFS)
+
+ -- Timo Aaltonen <tjaalton@ubuntu.com>  Wed, 06 Nov 2013 19:27:28 +0200
+
 xserver-xorg-video-qxl (0.1.1-0ubuntu1) trusty; urgency=low
 
   * Sync from unreleased debian git.


Reply to: