summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2017-10-24 16:12:39 +0200
committerOndrej Holy <oholy@redhat.com>2017-11-01 10:55:29 +0100
commitc2d856447e9067089388d70a85ab47821b375729 (patch)
tree53774f66f7d62a01ad83eac30b2196be32ca4e0c /meson_options.txt
parent1e9d338fe10f501cd9a6c9cdb2192755ba2b9bd9 (diff)
downloadgvfs-c2d856447e9067089388d70a85ab47821b375729.tar.gz
metadata: Remove udev dependency in favor of gudev
GVfs uses udev and also gudev. Let's use just gudev and remove corresponding --enable-udev option. https://bugzilla.gnome.org/show_bug.cgi?id=786149
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 3b2d7555..833b7d79 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -26,7 +26,6 @@ option('enable-gudev', type: 'boolean', value: true, description: 'build with gu
option('enable-keyring', type: 'boolean', value: true, description: 'build with keyring 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')
option('enable-devel-utils', type: 'boolean', value: false, description: 'build with development utility programs')
option('enable-installed-tests', type: 'boolean', value: false, description: 'enable installed unit tests')