mirror of
https://github.com/systemd/systemd.git
synced 2025-01-03 05:18:09 +03:00
meson: drop unnecessary listification
This commit is contained in:
parent
fa10451686
commit
645b2b190c
@ -24,7 +24,7 @@ units = [
|
||||
]
|
||||
|
||||
if conf.get('ENABLE_XDG_AUTOSTART') == 1
|
||||
units += [ 'xdg-desktop-autostart.target', ]
|
||||
units += 'xdg-desktop-autostart.target'
|
||||
endif
|
||||
|
||||
foreach file : units
|
||||
|
Loading…
Reference in New Issue
Block a user