gnome-games r8530 - trunk



Author: jclinton
Date: Wed Jan  7 19:32:41 2009
New Revision: 8530
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8530&view=rev

Log:
Move lightsoff to a staging status so that it is not built by default

Modified:
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Wed Jan  7 19:32:41 2009
@@ -32,8 +32,10 @@
 # we support and which features to check for
 
 # This is the canonical list of all game subdirectories.
-allgames="aisleriot blackjack gnometris gnect gnomine same-gnome mahjongg gtali gnotravex gnotski glines iagno glchess gnobots2 gnibbles gnome-sudoku lightsoff"
+allgames="aisleriot blackjack gnometris gnect gnomine same-gnome mahjongg gtali gnotravex gnotski glines iagno glchess gnobots2 gnibbles gnome-sudoku"
 AC_SUBST([allgames])
+staginggames="lightsoff"
+AC_SUBST([staginggames])
 
 gamelist=""
 
@@ -97,6 +99,18 @@
    gamelist=${allgames}
 fi
 
+## This is the staging area
+## These games aren't quite ready for prime-time
+
+AC_MSG_CHECKING([whether to enable staging games])
+AC_ARG_ENABLE([staging],
+  [AS_HELP_STRING([--enable-staging],[whether to enable clutter support (default: disabled)])],[],[])
+AC_MSG_RESULT([$enable_staging])
+
+if test "$enable_staging" = "yes"; then
+	gamelist="${gamelist} ${staginggames}"
+fi
+
 AC_MSG_RESULT([$gamelist])
 
 AC_SUBST([gamelist])



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