[gnome-games] gnomine now requires vala
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] gnomine now requires vala
- Date: Sun, 13 Nov 2011 07:01:00 +0000 (UTC)
commit d2467fbba96f8abbd4d477dd85fbb8e1b5e6a297
Author: Robert Ancell <robert ancell canonical com>
Date: Sun Nov 13 18:00:53 2011 +1100
gnomine now requires vala
configure.in | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/configure.in b/configure.in
index e82b510..7c9c9da 100644
--- a/configure.in
+++ b/configure.in
@@ -7,7 +7,6 @@ AC_INIT([GNOME Games], [3.3.2],
[gnome-games])
AC_CONFIG_MACRO_DIR([m4])
-AC_CONFIG_SRCDIR([gnomine/gnomine.c])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.11 tar-ustar no-dist-gzip dist-xz foreign])
@@ -127,7 +126,7 @@ for game in $gamelist; do
*) ;;
esac
case $game in
- glchess|mahjongg) need_vala=yes ;;
+ glchess|gnomine|mahjongg) need_vala=yes ;;
*) ;;
esac
case $game in
@@ -159,7 +158,7 @@ for game in $gamelist; do
*) ;;
esac
case $game in
- glines|gnobots2|gnomine|gnotravex|gnotski|iagno) allow_smclient=yes ;;
+ glines|gnobots2|gnotravex|gnotski|iagno) allow_smclient=yes ;;
*) ;;
esac
case $game in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]