summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-12-05 17:09:50 +0100
committerDiego Biurrun <diego@biurrun.de>2016-12-06 08:33:07 +0100
commit601f8dde13ccd0e1993b7840a0304fa2cfe53432 (patch)
tree4a12f153b45a2351198978b56f677417dca13195 /configure
parent29d2e03ed96d9f7b8cb2cc87dca0a63c2a6eff70 (diff)
configure: Move COMPONENT_LIST to the bottom of CONFIG_LIST
This ensures that dependencies are resolved correctly. COMPONENT_LIST can contain parts that depend on previous entries of CONFIG_LIST.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index fae5be0b95..61ce40ef35 100755
--- a/configure
+++ b/configure
@@ -1350,8 +1350,8 @@ SUBSYSTEM_LIST="
rdft
"
+# COMPONENT_LIST needs to come last to ensure correct dependency checking
CONFIG_LIST="
- $COMPONENT_LIST
$EXAMPLE_LIST
$EXTERNAL_LIBRARY_LIST
$HWACCEL_LIBRARY_LIST
@@ -1367,6 +1367,7 @@ CONFIG_LIST="
thumb
valgrind_backtrace
xmm_clobber_test
+ $COMPONENT_LIST
"
THREADS_LIST="