r24311 - /desktop/unstable/gdm3/debian/rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sat May 8 12:35:11 UTC 2010


Author: joss
Date: Sat May  8 12:35:10 2010
New Revision: 24311

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=24311
Log:
Disable -novtswitch on !linux

Modified:
    desktop/unstable/gdm3/debian/rules

Modified: desktop/unstable/gdm3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm3/debian/rules?rev=24311&op=diff
==============================================================================
--- desktop/unstable/gdm3/debian/rules [utf-8] (original)
+++ desktop/unstable/gdm3/debian/rules [utf-8] Sat May  8 12:35:10 2010
@@ -11,8 +11,13 @@
 
 DEB_CONFIGURE_SCRIPT_ENV += X_PATH="/usr/bin" \
 			    X_SERVER_PATH="/usr/bin" \
-			    X_SERVER="/usr/bin/Xorg" \
-			    X_CONFIG_OPTIONS="-audit 0 -novtswitch"
+			    X_SERVER="/usr/bin/Xorg"
+
+ifeq (linux,$(DEB_HOST_ARCH_OS))
+    DEB_CONFIGURE_SCRIPT_ENV += X_CONFIG_OPTIONS="-audit 0 -novtswitch"
+else
+    DEB_CONFIGURE_SCRIPT_ENV += X_CONFIG_OPTIONS="-audit 0"
+endif
 
 DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper \
 		--enable-ipv6=yes \




More information about the pkg-gnome-commits mailing list