summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2017-10-25 12:47:08 +0200
committerOndrej Holy <oholy@redhat.com>2017-11-01 08:28:14 +0100
commit1e9d338fe10f501cd9a6c9cdb2192755ba2b9bd9 (patch)
tree6a238e26dcd4ed1fb800d8316a87771da5400160 /meson_options.txt
parent5e2dff62c1ec332f3f8d7c0c1438835dc66a56b0 (diff)
downloadgvfs-1e9d338fe10f501cd9a6c9cdb2192755ba2b9bd9.tar.gz
build: Enable elogind support in meson
This patch adds support for elogind in meson, which is systemd-login extracted as a standalone package. https://bugzilla.gnome.org/show_bug.cgi?id=788707
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 38b62dfb..3b2d7555 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -24,7 +24,7 @@ option('enable-fuse', type: 'boolean', value: true, description: 'build with fus
option('enable-gcr', type: 'boolean', value: true, description: 'build with gcr certificate support')
option('enable-gudev', type: 'boolean', value: true, description: 'build with gudev device support')
option('enable-keyring', type: 'boolean', value: true, description: 'build with keyring support')
-option('enable-libsystemd-login', type: 'boolean', value: true, description: 'build with logind support')
+option('enable-logind', type: 'boolean', value: true, description: 'build with logind support')
option('enable-libusb', type: 'boolean', value: true, description: 'build with libusb interruption support')
option('enable-udev', type: 'boolean', value: true, description: 'build with libudev device support')