diff options
author | Ondrej Holy <oholy@redhat.com> | 2017-10-26 12:16:35 +0200 |
---|---|---|
committer | Ondrej Holy <oholy@redhat.com> | 2017-10-31 18:22:08 +0100 |
commit | 4555036dd8442cead116d6aaebd915b2be7f7455 (patch) | |
tree | 2db492069eae00ecd7c94155a6055e21d712f07f /monitor/meson.build | |
parent | 4a042207c1778587807b60d1f6251c979d1501c7 (diff) | |
download | gvfs-4555036dd8442cead116d6aaebd915b2be7f7455.tar.gz |
build: Reorder meson options and update description
meson_options.txt is hard to read. Let's create sorted groups of options
and unify the description. Also change some option names to match
correspoding backend names.
https://bugzilla.gnome.org/show_bug.cgi?id=786149
Diffstat (limited to 'monitor/meson.build')
-rw-r--r-- | monitor/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor/meson.build b/monitor/meson.build index b02c291a..b6aa8de5 100644 --- a/monitor/meson.build +++ b/monitor/meson.build @@ -16,7 +16,7 @@ if enable_afc subdir('afc') endif -if enable_libmtp +if enable_mtp subdir('mtp') endif |