summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJoaquim Rocha <jrocha@endlessm.com>2018-07-20 16:27:41 +0200
committerJoaquim Rocha <jrocha@endlessm.com>2018-07-24 13:32:35 +0200
commitdf591d8ed0b19a8ac49b2ef38c62edc2df1d90ba (patch)
tree9aae80284d80b9f0dacaa646c1e27121d6d30214 /meson_options.txt
parentcb66d893be50b1fad6c0a1bd443c900e8853512c (diff)
downloadgnome-initial-setup-df591d8ed0b19a8ac49b2ef38c62edc2df1d90ba.tar.gz
build: Add cheese, ibus, and packagekit optional dependencies
Some features depend on the availability of the chesse, ibus and packagekit, so add the respective options and dependencies to Meson.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 2acf6cd..de3beba 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -8,3 +8,21 @@ option('enable-region-page',
type: 'boolean',
value: false
)
+
+option('enable-cheese',
+ description: 'enable support for Cheese',
+ type: 'feature',
+ value: 'auto'
+)
+
+option('enable-software-sources',
+ description: 'enable the Software Sources page',
+ type: 'feature',
+ value: 'auto'
+)
+
+option('enable-ibus',
+ description: 'enable support for IBus',
+ type: 'feature',
+ value: 'auto'
+)