summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTomasz Miąsko <tomasz.miasko@gmail.com>2019-02-01 00:00:00 +0000
committerTomasz Miąsko <tomasz.miasko@gmail.com>2019-02-04 00:44:24 +0100
commit8c13a452560b564af18ba9aae0ba97caffad8e2c (patch)
tree2b85b405b11c276549618d6bb60cf21d293fa628 /meson_options.txt
parent7ff7c513941cf389c59ee4dd102cf93cf2ea2a4a (diff)
downloaddconf-8c13a452560b564af18ba9aae0ba97caffad8e2c.tar.gz
build: Make dconf client vapi installation optional
The client vapi is no longer used internally, but it introduces dependency on vala, since vapigen pkg-config file is required to determine where to install vapi file. Make clinet vapi file installation optional, and thus the dependency on vala itself. Issue #38.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 9c8e3e6..a2794ce 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,3 +1,4 @@
option('bash_completion', type: 'boolean', value: true, description: 'install bash completion files')
option('man', type: 'boolean', value: true, description: 'generate man pages')
option('gtk_doc', type: 'boolean', value: false, description: 'use gtk-doc to build documentation')
+option('vapi', type: 'boolean', value: true, description: 'install dconf client vapi')