summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2018-09-20 08:22:56 -0500
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2018-11-06 21:34:18 -0600
commitc3c236a40125497c269c667f2e848c91dd11d328 (patch)
tree2abcdfb79508254e686ab07c3335b3b0938acf73 /meson_options.txt
parentf0054714eb9cc924979a361b1c0935f80e7a6718 (diff)
downloadlibwnck-c3c236a40125497c269c667f2e848c91dd11d328.tar.gz
meson: add support for building with the cool stuff
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..59eeb7d
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,20 @@
+option('enable-deprecation-flags',
+ type: 'boolean',
+ value: false,
+ description: 'Use *_DISABLE_DEPRECATED flags')
+option('install-tools',
+ type: 'boolean',
+ value: true,
+ description: 'Install wnck-based tools')
+option('startup-notification',
+ type: 'feature',
+ value: 'auto',
+ description: 'Use Startup notification')
+option('introspection',
+ type: 'feature',
+ value: 'enabled',
+ description: 'Enable GObject introspection')
+option('enable-gtk-doc',
+ type: 'boolean',
+ value: false,
+ description: 'Enable generating the API reference (depends on GTK-Doc)')