From 601f8dde13ccd0e1993b7840a0304fa2cfe53432 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 5 Dec 2016 17:09:50 +0100 Subject: [PATCH] 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. --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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="