From c4a72a0aac2967b1bbdeafc7ccb940afd1c22d3e Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Tue, 17 Dec 2019 16:00:40 +0100 Subject: data: Install systemd specification for gnome-login session GDM needs to ship the systemd definition for the custom GNOME session it starts. --- meson_options.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 2de7ca52..040fe383 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -29,6 +29,7 @@ option('split-authentication', type: 'boolean', value: true, description: 'Enabl option('sysconfsubdir', type: 'string', value: 'gdm', description: 'Directory name used under sysconfdir.') option('systemd-journal', type: 'boolean', value: false, description: 'Add journald support.') option('systemdsystemunitdir', type: 'string', value: '', description: 'Directory for systemd service files.') +option('systemduserunitdir', type: 'string', value: '', description: 'Directory for systemd user service files.') option('tcp-wrappers', type: 'boolean', value: false, description: 'Use TCP wrappers.') option('udev-dir', type: 'string', value: '', description: 'Directory for udev rules file.') option('user', type: 'string', value: 'gdm', description: 'GDM\'s username.') -- cgit v1.2.1