From 645b2b190c1f3d8fcbc17597c1cbd256fad535ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 16 May 2021 13:02:04 +0200 Subject: [PATCH] meson: drop unnecessary listification --- units/user/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/user/meson.build b/units/user/meson.build index 337a92092db..850ac2c297c 100644 --- a/units/user/meson.build +++ b/units/user/meson.build @@ -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