[Scummvm-cvs-logs] CVS: scummvm configure,1.136,1.137

Johannes Schickel lordhoto at users.sourceforge.net
Sun Jan 8 10:58:01 CET 2006


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13889

Modified Files:
	configure 
Log Message:
Kyrandia is now ready for default compiling, please update the other build systems for that change too.


Index: configure
===================================================================
RCS file: /cvsroot/scummvm/scummvm/configure,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -d -r1.136 -r1.137
--- configure	26 Dec 2005 20:54:23 -0000	1.136
+++ configure	8 Jan 2006 18:57:37 -0000	1.137
@@ -55,7 +55,7 @@
 _build_queen=yes
 _build_saga=yes
 _build_gob=yes
-_build_kyra=no
+_build_kyra=yes
 _need_memalign=no
 _build_plugins=no
 _nasm=auto
@@ -299,7 +299,7 @@
   --disable-queen          don't build the Flight of the Amazon Queen engine
   --disable-saga           don't build the SAGA engine
   --disable-gob            don't build the Gobli*ns engine
-  --enable-kyra            build the Legend of Kyrandia engine
+  --disable-kyra           don't build the Legend of Kyrandia engine
   --enable-plugins         build engines as loadable modules instead of
                            static linking them
   --disable-mt32emu        don't enable the integrated MT-32 emulator
@@ -363,7 +363,7 @@
       --disable-queen)          _build_queen=no ;;
       --disable-saga)           _build_saga=no ;;
       --disable-gob)            _build_gob=no ;;
-      --enable-kyra)            _build_kyra=yes ;;
+      --disable-kyra)            _build_kyra=no ;;
       --disable-hq-scalers)     _build_hq_scalers=no ;;
       --enable-alsa)            _alsa=yes       ;;
       --disable-alsa)           _alsa=no        ;;





More information about the Scummvm-git-logs mailing list