[maemo-commits] [maemo-commits] r18392 - projects/haf/trunk/hildon-welcome/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri May 15 17:53:59 EEST 2009
Author: schulhof
Date: 2009-05-15 17:53:59 +0300 (Fri, 15 May 2009)
New Revision: 18392

Modified:
   projects/haf/trunk/hildon-welcome/debian/changelog
   projects/haf/trunk/hildon-welcome/debian/rules
Log:
Turn on maemo-launcher

Modified: projects/haf/trunk/hildon-welcome/debian/changelog
===================================================================
--- projects/haf/trunk/hildon-welcome/debian/changelog	2009-05-15 13:48:07 UTC (rev 18391)
+++ projects/haf/trunk/hildon-welcome/debian/changelog	2009-05-15 14:53:59 UTC (rev 18392)
@@ -1,3 +1,10 @@
+hildon-welcome (0.17-2) unstable; urgency=low
+
+  * Turn on maemo-launcher for hildon-welcome
+  * Fixes: NB#94139 (hildon-welcome start could be faster)
+
+ -- Gabriel Schulhof <gabriel.schulhof at nokia.com>  Fri, 15 May 2009 17:39:02 +0300
+
 hildon-welcome (0.17-1) unstable; urgency=low
 
   * Acquire the XComposite overlay window only when ready to play, to help out

Modified: projects/haf/trunk/hildon-welcome/debian/rules
===================================================================
--- projects/haf/trunk/hildon-welcome/debian/rules	2009-05-15 13:48:07 UTC (rev 18391)
+++ projects/haf/trunk/hildon-welcome/debian/rules	2009-05-15 14:53:59 UTC (rev 18392)
@@ -27,10 +27,10 @@
 # Uncomment below to turn on maemo-launcher by default and listen to the
 # "nolauncher" DEB_BUILD_OPTIONS flag
 
-# ifeq (,$(findstring nolauncher,$(DEB_BUILD_OPTIONS)))
-# 	CONFIGURE_OPTIONS += --enable-maemo-launcher
-# 	USE_MAEMO_LAUNCHER = true
-# endif
+ifeq (,$(findstring nolauncher,$(DEB_BUILD_OPTIONS)))
+	CONFIGURE_OPTIONS += --enable-maemo-launcher
+	USE_MAEMO_LAUNCHER = true
+endif
 
 ifneq (,$(findstring thumb,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -mthumb


More information about the maemo-commits mailing list