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

weston: Changes to 'debian-unstable'



 debian/changelog |    4 ++++
 debian/rules     |    3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit b5f0dbc76403410ef3cc3a755a1c436d782391a4
Author: Timo Aaltonen <tjaalton@ubuntu.com>
Date:   Mon Oct 7 13:01:19 2013 +0300

    rules: Explicitly enable cairo-gl so that weston-screensaver gets built.

diff --git a/debian/changelog b/debian/changelog
index bf240e8..c17632a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,10 @@ weston (1.2.2-1) UNRELEASED; urgency=low
   * debian/control: Add a dependency against adduser
   * debian/control: Use canonical URL's for Vcs field
 
+  [ Timo Aaltonen ]
+  * rules: Explicitly enable cairo-gl so that weston-screensaver gets
+    built.
+
  -- Laurent Bigonville <bigon@debian.org>  Sun, 11 Aug 2013 17:59:21 +0200
 
 weston (1.1.1-1) experimental; urgency=low
diff --git a/debian/rules b/debian/rules
index ddcc339..1a2030a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,8 @@
 #!/usr/bin/make -f
 
 override_dh_auto_configure:
-	dh_auto_configure -- --disable-libunwind --libexec=/usr/lib/weston
+	dh_auto_configure -- --disable-libunwind --libexec=/usr/lib/weston \
+		--with-cairo=gl
 
 override_dh_auto_test:
 	# the test suite does not 100% pass in headless mode


Reply to: