mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 23:42:32 +00:00
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 '<config>' start node yet. '[platform_drv_config]' can be used instead to append to a local variable. Fixes #3171
This commit is contained in:
parent
2211d20c1d
commit
dcdd3bff94
@ -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 {
|
||||
<start name="audio_drv">
|
||||
|
Loading…
Reference in New Issue
Block a user