aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorJohannes Schickel2012-08-31 22:03:41 +0200
committerJohannes Schickel2012-08-31 22:30:25 +0200
commit1cc58ce6795005b05a018209d05c002fc8d746ac (patch)
tree9ebc6620f8b534b22f74582f839f4393dae04641 /engines
parentede8b063cc936feff74569e79f93e138b9d2a250 (diff)
downloadscummvm-rg350-1cc58ce6795005b05a018209d05c002fc8d746ac.tar.gz
scummvm-rg350-1cc58ce6795005b05a018209d05c002fc8d746ac.tar.bz2
scummvm-rg350-1cc58ce6795005b05a018209d05c002fc8d746ac.zip
CONFIGURE: Allow dependency checks for engines.
Also adds PNG as a dependency for sword25 and removes the hardcoded check for it.
Diffstat (limited to 'engines')
-rw-r--r--engines/configure.engines2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/configure.engines b/engines/configure.engines
index 8eaee730cc..f88b3fe3e5 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
+add_engine sword25 "Broken Sword 2.5" no "" "png"
add_engine teenagent "Teen Agent" yes
add_engine testbed "TestBed: the Testing framework" no
add_engine tinsel "Tinsel" yes