[gnome-games] default to gtk3.0 and gtk3-ready games



commit bd61617f9c63a4cb178e23ca0ee0c1e8cb60398a
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date:   Wed Nov 3 21:59:29 2010 +0100

    default to gtk3.0 and gtk3-ready games

 configure.in |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.in b/configure.in
index d515b49..cbc937d 100644
--- a/configure.in
+++ b/configure.in
@@ -23,9 +23,9 @@ AM_MAINTAINER_MODE([enable])
 # we support and which features to check for
 
 # This is the canonical list of all game subdirectories.
-allgames="aisleriot quadrapassel gnect gnomine swell-foop mahjongg gtali gnotravex gnotski glines iagno glchess gnobots2 gnibbles gnome-sudoku lightsoff"
+allgames="aisleriot glines gnect gnotski gtali"
 AC_SUBST([allgames])
-staginggames=""
+staginggames="quadrapassel gnomine swell-foop mahjongg gnotravex iagno glchess gnobots2 gnibbles gnome-sudoku lightsoff"
 AC_SUBST([staginggames])
 
 gamelist=""
@@ -323,12 +323,12 @@ fi
 
 AC_MSG_CHECKING([which gtk+ version to compile against])
 AC_ARG_WITH([gtk],
-  [AS_HELP_STRING([--with-gtk=2.0|3.0],[which gtk+ version to compile against (default: 2.0)])],
+  [AS_HELP_STRING([--with-gtk=2.0|3.0],[which gtk+ version to compile against (default: 3.0)])],
   [case "$with_gtk" in
      2.0|3.0) ;;
      *) AC_MSG_ERROR([invalid gtk version specified]) ;;
    esac],
-  [with_gtk=2.0])
+  [with_gtk=3.0])
 AC_MSG_RESULT([$with_gtk])
 
 if test "$with_gtk" = "2.0" -a "$allow_gtk2" = "no"; then



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