r42122 - in /desktop/experimental/gdm3/debian: changelog rules

ah at users.alioth.debian.org ah at users.alioth.debian.org
Sat Aug 2 15:49:49 UTC 2014


Author: ah
Date: Sat Aug  2 15:49:49 2014
New Revision: 42122

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42122
Log:
Enable wayland support on Linux.

Modified:
    desktop/experimental/gdm3/debian/changelog
    desktop/experimental/gdm3/debian/rules

Modified: desktop/experimental/gdm3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/changelog?rev=42122&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gdm3/debian/changelog	[utf-8] Sat Aug  2 15:49:49 2014
@@ -1,3 +1,9 @@
+gdm3 (3.12.2-3) experimental; urgency=medium
+
+  * Enable wayland support on Linux.
+
+ -- Andreas Henriksson <andreas at fatal.se>  Sat, 02 Aug 2014 16:24:28 +0200
+
 gdm3 (3.12.2-2) unstable; urgency=medium
 
   [ Laurent Bigonville ]

Modified: desktop/experimental/gdm3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdm3/debian/rules?rev=42122&op=diff
==============================================================================
--- desktop/experimental/gdm3/debian/rules	[utf-8] (original)
+++ desktop/experimental/gdm3/debian/rules	[utf-8] Sat Aug  2 15:49:49 2014
@@ -40,10 +40,12 @@
 
 ifeq (linux,$(DEB_HOST_ARCH_OS))
 		DEB_CONFIGURE_EXTRA_FLAGS += --with-systemd \
+				--enable-wayland-support \
 				--with-selinux \
 				--without-console-kit
 else
 		DEB_CONFIGURE_EXTRA_FLAGS += --without-systemd \
+				--disable-wayland-support \
 				--without-selinux \
 				--with-console-kit
 endif




More information about the pkg-gnome-commits mailing list