mirror of
https://github.com/systemd/systemd.git
synced 2025-01-18 10:04:04 +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
|
if conf.get('ENABLE_XDG_AUTOSTART') == 1
|
||||||
units += [ 'xdg-desktop-autostart.target', ]
|
units += 'xdg-desktop-autostart.target'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
foreach file : units
|
foreach file : units
|
||||||
|
Loading…
x
Reference in New Issue
Block a user