From 95158167e99d9873013eadbcbd6562ea580c68e6 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Thu, 14 Feb 2019 19:41:22 +0000 Subject: [PATCH] buildsystem: fix debug broken by #3171 --- config/functions | 4 ++++ config/options | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/functions b/config/functions index afd0a72f3b..8b9d52aed7 100644 --- a/config/functions +++ b/config/functions @@ -522,6 +522,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