From dcdd3bff94a4000b136777b129e63cf6c746f473 Mon Sep 17 00:00:00 2001 From: Christian Prochaska Date: Tue, 19 Feb 2019 16:34:39 +0100 Subject: [PATCH] qt5_drivers.inc: don't call 'append_platform_drv_config' 'append_platform_drv_config' appends to the global 'config' variable, which seems to cause problems with the order of appending when the 'config' variable does not contain the '' start node yet. '[platform_drv_config]' can be used instead to append to a local variable. Fixes #3171 --- repos/libports/run/qt5_drivers.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/repos/libports/run/qt5_drivers.inc b/repos/libports/run/qt5_drivers.inc index 31dcf14b0d..f4d9acdf4d 100644 --- a/repos/libports/run/qt5_drivers.inc +++ b/repos/libports/run/qt5_drivers.inc @@ -144,9 +144,7 @@ proc drivers_start_nodes { feature_arg } { set start_nodes { } - # This function appends to the global 'config' variable, not to the - # 'start_nodes' variable defined above. - append_platform_drv_config + append start_nodes [platform_drv_config] append_if [use_audio_drv feature] start_nodes {