summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2003-09-30 01:02:22 +0000
committerBenjamin Otte <otte@gnome.org>2003-09-30 01:02:22 +0000
commit0f4df1ebb8894d4f9dbdde29c1b91fa553e59b67 (patch)
tree43cbec4b56c4d70e47d57400eda98068b33edad2 /configure.ac
parentb4594b54931ad4be2c72d7b71b90991526940902 (diff)
loads of stuff (mostly fixes):
- add SETUP state - rewrite styate changing - remove players when going to STOPPED (makes new game work in tetris) - add game-over signal for that purpose - reflect changes in tetris
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 84f2dc7..6cade8a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,6 +26,7 @@ ACLOCAL="$ACLOCAL -I macros"
PKG_CHECK_MODULES(LIBGAME, \
gtk+-2.0 >= 2.2.0 \
+ libxml-2.0 >= 2.5.0 \
libgnomecanvas-2.0 >= 2.0)
AS_COMPILER_FLAG(-Wall, LIBGAME_CFLAGS="$LIBGAME_CFLAGS -Wall",)