gnome-games r7548 - trunk



Author: chpe
Date: Mon Mar 24 15:01:54 2008
New Revision: 7548
URL: http://svn.gnome.org/viewvc/gnome-games?rev=7548&view=rev

Log:
	* configure.in: Add --with-default-card-theme. Bug #513557.

Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Mar 24 15:01:54 2008
@@ -282,6 +282,19 @@
       esac])
 AC_MSG_RESULT([$enable_scalable])
 
+# Default card theme
+
+AC_MSG_CHECKING([which card theme to use by default])
+AC_ARG_WITH([default-card-theme],
+  [AS_HELP_STRING([--with-default-card-theme=NAME],[Which card theme to use by default (default: gnomangelo_bitmap)])],
+  [],[case "$with_platform" in
+        gnome|gtk-only) with_default_card_theme=gnomangelo_bitmap ;;
+        hildon) with_default_card_theme=paris ;;
+      esac])
+AC_MSG_RESULT([$with_default_card_theme])
+
+AC_DEFINE_UNQUOTED([GAMES_CARD_THEME_DEFAULT],["$with_default_card_theme"],[The default card theme])
+
 # Checks for libraries.
 LIBGNOMEUI_REQUIRED=2.16.0
 LIBGNOME_REQUIRED=2.16.0



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