summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2018-01-31 10:27:52 +0200
committerErnestas Kulik <ernestask@gnome.org>2018-02-09 06:32:38 +0200
commit6934578ebf6e1959ad0634b73196242a30514095 (patch)
tree51b506c93cebaf0ab4ae4aef7ad1797d925aacce /meson_options.txt
parent14ee0f1cdc9c02e6fc49024786eb6ef47be5a176 (diff)
downloadnautilus-6934578ebf6e1959ad0634b73196242a30514095.tar.gz
sendto-extension: move under extensions/
Now that the image property page is an extension, both extensions can be held under the same subdirectory. This commit also makes the image property extension optional.
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 aadbdfead..6a8266777 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,6 +1,6 @@
option('docs', type: 'boolean', value: false)
option('profiling', type: 'boolean', value: false)
-option('nst_extension', type: 'boolean', value: true)
+option('extensions', type: 'boolean', value: true)
option('packagekit', type: 'boolean', value: true)
option('selinux', type: 'boolean', value: false)
option('display-tests', type: 'boolean', value: false)