diff --git a/config/functions b/config/functions index 0d8d532e62..24816d21e7 100644 --- a/config/functions +++ b/config/functions @@ -519,6 +519,10 @@ init_package_cache() { mv "${temp_global}" "${_CACHE_PACKAGE_GLOBAL}" fi fi + + if [ -z "${_DEBUG_DEPENDS_LIST+x}" ]; then + set_debug_depends + fi } load_build_config() { diff --git a/config/options b/config/options index 53196342bf..1bba024b99 100644 --- a/config/options +++ b/config/options @@ -88,8 +88,6 @@ if [ "${OEM}" = "yes" -o "${OEM}" = "no" ]; then OEM_SUPPORT="${OEM}" fi -[ -z "${_DEBUG_DEPENDS_LIST+x}" ] && set_debug_depends - check_config . config/graphic