From 2a5eaf4d4a41817f1a5c977ee352090b8c2aa278 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Fri, 31 Aug 2012 23:04:22 +0200 Subject: CONFIGURE: Use new engine dependency mechanism for sword25/zlib --- configure | 5 ----- engines/configure.engines | 2 +- 2 files changed, 1 insertion(+), 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 -- cgit v1.2.3