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

weston: Changes to 'debian-unstable'



 debian/changelog |    8 ++++++++
 debian/control   |    1 +
 debian/rules     |    2 +-
 3 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 58bfd59f5007436123ad55a7828a1ea9c91e6813
Author: Emilio Pozuelo Monfort <pochu@debian.org>
Date:   Sun Jun 1 17:25:09 2014 +0200

    Release to unstable

diff --git a/debian/changelog b/debian/changelog
index 723c787..16a49a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-weston (1.5.0-2) UNRELEASED; urgency=medium
+weston (1.5.0-2) unstable; urgency=medium
 
   * debian/control,
     debian/rules:
     + Enable libinput backend.
 
- -- Emilio Pozuelo Monfort <pochu@debian.org>  Sun, 01 Jun 2014 17:18:43 +0200
+ -- Emilio Pozuelo Monfort <pochu@debian.org>  Sun, 01 Jun 2014 17:25:06 +0200
 
 weston (1.5.0-1) unstable; urgency=medium
 

commit dc52ea71a61eb9a5750b1f7a6ef5c17c0f343b3b
Author: Emilio Pozuelo Monfort <pochu@debian.org>
Date:   Sun Jun 1 17:24:29 2014 +0200

    Enable libinput backend

diff --git a/debian/changelog b/debian/changelog
index 0d44909..723c787 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+weston (1.5.0-2) UNRELEASED; urgency=medium
+
+  * debian/control,
+    debian/rules:
+    + Enable libinput backend.
+
+ -- Emilio Pozuelo Monfort <pochu@debian.org>  Sun, 01 Jun 2014 17:18:43 +0200
+
 weston (1.5.0-1) unstable; urgency=medium
 
   * Add myself to Uploaders.
diff --git a/debian/control b/debian/control
index 2712b33..8ed6aa6 100644
--- a/debian/control
+++ b/debian/control
@@ -39,6 +39,7 @@ Build-Depends:
  libpam0g-dev,
  libvpx-dev,
  libsystemd-login-dev,
+ libinput-dev,
 Standards-Version: 3.9.5
 Homepage: http://wayland.freedesktop.org/
 Vcs-Git: git://anonscm.debian.org/pkg-xorg/wayland/weston
diff --git a/debian/rules b/debian/rules
index 1a2030a..b119855 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-libunwind --libexec=/usr/lib/weston \
-		--with-cairo=gl
+		--with-cairo=gl --enable-libinput-backend
 
 override_dh_auto_test:
 	# the test suite does not 100% pass in headless mode


Reply to: