summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2019-12-17 16:00:40 +0100
committerRay Strode <halfline@gmail.com>2020-08-10 18:14:27 +0000
commitc4a72a0aac2967b1bbdeafc7ccb940afd1c22d3e (patch)
tree54c72ba621db1122fb217460582e64ebe7ea4a76 /meson_options.txt
parentdc10790e850e507fedfe64d3449cbbb2f5d146f6 (diff)
downloadgdm-c4a72a0aac2967b1bbdeafc7ccb940afd1c22d3e.tar.gz
data: Install systemd specification for gnome-login session
GDM needs to ship the systemd definition for the custom GNOME session it starts.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
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.')