From 4555036dd8442cead116d6aaebd915b2be7f7455 Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Thu, 26 Oct 2017 12:16:35 +0200 Subject: 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 --- monitor/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'monitor') 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 -- cgit v1.2.1