mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 03:10:37 +00:00
CONFIGURE: Fix subengine status output
We were reporting subengine status before checking its dependencies.
This commit is contained in:
parent
2bed1ece7f
commit
7cdda8efd2
11
configure
vendored
11
configure
vendored
@ -3981,9 +3981,6 @@ for engine in $_engines; do
|
||||
isbuilt=STATIC_PLUGIN
|
||||
fi
|
||||
fi
|
||||
|
||||
# Prepare the information to be shown
|
||||
prepare_engine_build_strings $engine
|
||||
else
|
||||
# It's a subengine, just say yes or no
|
||||
if test "`get_engine_build $engine`" = "no" ; then
|
||||
@ -4002,6 +3999,14 @@ for engine in $_engines; do
|
||||
fi
|
||||
done
|
||||
|
||||
# Prepare the information to be shown
|
||||
for engine in $_engines; do
|
||||
if test "`get_engine_sub $engine`" = "no" ; then
|
||||
# It's a main engine
|
||||
prepare_engine_build_strings $engine
|
||||
fi
|
||||
done
|
||||
|
||||
#
|
||||
# Detection of WIP/unstable engines
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user