aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2012-08-31 23:04:22 +0200
committerWillem Jan Palenstijn2012-08-31 23:07:55 +0200
commit2a5eaf4d4a41817f1a5c977ee352090b8c2aa278 (patch)
tree550b830da25dfeae4b9d4cb783a9721e4f651ff6
parentf841831729a77f1ca4a4a2937ac7df768e0be913 (diff)
downloadscummvm-rg350-2a5eaf4d4a41817f1a5c977ee352090b8c2aa278.tar.gz
scummvm-rg350-2a5eaf4d4a41817f1a5c977ee352090b8c2aa278.tar.bz2
scummvm-rg350-2a5eaf4d4a41817f1a5c977ee352090b8c2aa278.zip
CONFIGURE: Use new engine dependency mechanism for sword25/zlib
-rwxr-xr-xconfigure5
-rw-r--r--engines/configure.engines2
2 files changed, 1 insertions, 6 deletions
diff --git a/configure b/configure
index 29c5f6ca4a..5d440baf1f 100755
--- a/configure
+++ b/configure
@@ -3342,11 +3342,6 @@ fi
define_in_config_if_yes "$_zlib" 'USE_ZLIB'
echo "$_zlib"
-if test `get_engine_build sword25` = yes && test ! "$_zlib" = yes ; then
- echo "...disabling Broken Sword 2.5 engine. ZLib is required"
- engine_disable sword25
-fi
-
#
# Check for Sparkle if updates support is enabled
#
diff --git a/engines/configure.engines b/engines/configure.engines
index f88b3fe3e5..0352f6a0e1 100644
--- a/engines/configure.engines
+++ b/engines/configure.engines
@@ -36,7 +36,7 @@ add_engine sci32 "SCI32 games" no
add_engine sky "Beneath a Steel Sky" yes
add_engine sword1 "Broken Sword" yes
add_engine sword2 "Broken Sword II" yes
-add_engine sword25 "Broken Sword 2.5" no "" "png"
+add_engine sword25 "Broken Sword 2.5" no "" "png zlib"
add_engine teenagent "Teen Agent" yes
add_engine testbed "TestBed: the Testing framework" no
add_engine tinsel "Tinsel" yes