1
0
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:
Zbigniew Jędrzejewski-Szmek 2021-05-16 13:02:04 +02:00 committed by Yu Watanabe
parent fa10451686
commit 645b2b190c

View File

@ -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