r39525 - in /desktop/experimental/gtk+3.0/debian: changelog control control.in rules
pochu at users.alioth.debian.org
pochu at users.alioth.debian.org
Tue Sep 10 08:41:27 UTC 2013
Author: pochu
Date: Tue Sep 10 08:41:24 2013
New Revision: 39525
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=39525
Log:
* debian/control.in,
debian/rules:
+ Only build the wayland backend on linux-any.
Modified:
desktop/experimental/gtk+3.0/debian/changelog
desktop/experimental/gtk+3.0/debian/control
desktop/experimental/gtk+3.0/debian/control.in
desktop/experimental/gtk+3.0/debian/rules
Modified: desktop/experimental/gtk+3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/changelog?rev=39525&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/changelog [utf-8] Tue Sep 10 08:41:24 2013
@@ -1,3 +1,11 @@
+gtk+3.0 (3.9.14-2) UNRELEASED; urgency=low
+
+ * debian/control.in,
+ debian/rules:
+ + Only build the wayland backend on linux-any.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org> Tue, 10 Sep 2013 10:39:14 +0200
+
gtk+3.0 (3.9.14-1) experimental; urgency=low
[ Andreas Henriksson ]
Modified: desktop/experimental/gtk+3.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/control?rev=39525&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/control [utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/control [utf-8] Tue Sep 10 08:41:24 2013
@@ -20,7 +20,7 @@
libpango1.0-dev (>= 1.32.4),
libatk1.0-dev (>= 2.7.5),
libatk-bridge2.0-dev,
- libwayland-dev (>= 1.1.90),
+ libwayland-dev (>= 1.1.90) [linux-any],
libxkbcommon-dev (>= 0.2.0),
libx11-dev (>= 2:1.3.3-2),
libxext-dev (>= 2:1.1.1-3),
@@ -154,7 +154,7 @@
libxcomposite-dev,
libxdamage-dev,
pkg-config (>= 0.26-1),
- libwayland-dev,
+ libwayland-dev (>= 1.1.90) [linux-any],
libxkbcommon-dev
Suggests: libgtk-3-doc
Description: development files for the GTK+ library
Modified: desktop/experimental/gtk+3.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/control.in?rev=39525&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/control.in [utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/control.in [utf-8] Tue Sep 10 08:41:24 2013
@@ -20,7 +20,7 @@
libpango1.0-dev (>= 1.32.4),
libatk1.0-dev (>= 2.7.5),
libatk-bridge2.0-dev,
- libwayland-dev (>= 1.1.90),
+ libwayland-dev (>= 1.1.90) [linux-any],
libxkbcommon-dev (>= 0.2.0),
libx11-dev (>= 2:1.3.3-2),
libxext-dev (>= 2:1.1.1-3),
@@ -154,7 +154,7 @@
libxcomposite-dev,
libxdamage-dev,
pkg-config (>= 0.26-1),
- libwayland-dev,
+ libwayland-dev (>= 1.1.90) [linux-any],
libxkbcommon-dev
Suggests: @DOC_PKG@
Description: development files for the GTK+ library
Modified: desktop/experimental/gtk+3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/rules?rev=39525&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/rules [utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/rules [utf-8] Tue Sep 10 08:41:24 2013
@@ -63,13 +63,18 @@
DEB_CONFIGURE_FLAGS_shared = \
--enable-broadway-backend \
- --enable-wayland-backend \
--enable-x11-backend \
--enable-gtk-doc \
--enable-shared \
--enable-introspection \
--enable-colord \
--disable-static
+
+ifeq (linux,$(DEB_HOST_ARCH_OS))
+DEB_CONFIGURE_FLAGS_shared += --enable-wayland-backend
+else
+DEB_CONFIGURE_FLAGS_shared += --disable-wayland-backend
+endif
DEB_CONFIGURE_FLAGS_shared_udeb = \
--disable-broadway-backend \
More information about the pkg-gnome-commits
mailing list