summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <ugarte@endlessm.com>2016-07-31 21:08:52 -0300
committerJuan Pablo Ugarte <juanpablougarte@gmail.com>2020-06-08 17:39:38 -0300
commita3b4c45dc390b169925b65134eef73cc4fdca2b0 (patch)
tree89c049565e9d467646e8e81a92d1f2069453f7c4 /meson_options.txt
parentdcbf051b5719312890ac568783cd0c16556ad11e (diff)
downloadglade-a3b4c45dc390b169925b65134eef73cc4fdca2b0.tar.gz
Plugins: Added GJS plugin for JavaScript objects support
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 5d53ee23..cec67b78 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,4 +1,5 @@
option('gladeui', type: 'boolean', value: false, description: 'enable installation of the Gladeui catalog')
+option('gjs', type: 'feature', value: 'auto', description: 'enable installation of GJS (JavaScript) catalog')
option('python', type: 'feature', value: 'auto', description: 'enable installation of the python catalog')
option('webkit2gtk', type: 'feature', value: 'auto', description: 'enable installation of the webkit2gtk catalog')