summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMatthias Klumpp <matthias@tenstral.net>2020-10-21 16:55:51 +0200
committerMatthias Klumpp <matthias@tenstral.net>2020-10-21 16:55:51 +0200
commit08d1b592781ce8427451f59da627e81c3282796f (patch)
treeb6ef077b74aa15f62778b7101b803c4eae3240b7 /meson_options.txt
parent830af50b26d82d8ef077d6546a7e4edac83686c7 (diff)
aptcc: Build socket-activated debconf helper again
This resolves #366
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 12c36b8c2..2f3a1dac9 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -2,6 +2,7 @@ option('packaging_backend', type : 'array', choices : ['alpm', 'aptcc', 'dnf', '
option('dnf_vendor', type : 'combo', choices : ['fedora', 'mageia', 'openmandriva', 'rosa', 'opensuse'], value : 'fedora', description : 'Vendor configuration when using the dnf backend')
option('systemd', type : 'boolean', value : true, description : 'Use systemd and logind')
option('systemdsystemunitdir', type : 'string', value : '', description : 'Directory for systemd service files')
+option('systemduserunitdir', type : 'string', value : '', description : 'Directory for systemd user service files')
option('offline_update', type : 'boolean', value : true, description : 'Use systemd offline update')
option('elogind', type : 'boolean', value : false, description : 'Use elogind instead of systemd-login')
option('gobject_introspection', type : 'boolean', value : true, description : 'Build GObject Introspection data')