From 9dcc683a952e8788980dc7f84ce7edd39bd1cec3 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 [backport] --- config/functions | 4 ++++ config/options | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) 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