Add missing "dynlist" dependency to network module

This commit is contained in:
Delgan 2024-04-01 08:53:50 +00:00
parent 58c397d154
commit da19c09122

View file

@ -98,7 +98,7 @@ if plugin_label_enabled
endif
if plugin_network_enabled
mod_data += {'network': [[], []]}
mod_data += {'network': [[], [dynlist]]}
endif
if plugin_pipewire_enabled