summaryrefslogtreecommitdiffstats
path: root/subprojects/libhandy/meson_options.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 14:36:24 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 14:36:24 +0000
commit9b6d8e63db85c30007b463e91f91a791969fa83f (patch)
tree0899af51d73c1bf986f73ae39a03c4436083018a /subprojects/libhandy/meson_options.txt
parentInitial commit. (diff)
downloadgnome-control-center-9b6d8e63db85c30007b463e91f91a791969fa83f.tar.xz
gnome-control-center-9b6d8e63db85c30007b463e91f91a791969fa83f.zip
Adding upstream version 1:3.38.4.upstream/1%3.38.4upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'subprojects/libhandy/meson_options.txt')
-rw-r--r--subprojects/libhandy/meson_options.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/subprojects/libhandy/meson_options.txt b/subprojects/libhandy/meson_options.txt
new file mode 100644
index 0000000..fd0eea5
--- /dev/null
+++ b/subprojects/libhandy/meson_options.txt
@@ -0,0 +1,25 @@
+# Performance and debugging related options
+option('profiling', type: 'boolean', value: false)
+
+option('introspection', type: 'feature', value: 'auto')
+option('vapi', type: 'boolean', value: true)
+
+# Subproject
+option('package_subdir', type: 'string',
+ description: 'Subdirectory to append to all installed files, for use as subproject'
+)
+
+option('gtk_doc',
+ type: 'boolean', value: false,
+ description: 'Whether to generate the API reference for Handy')
+
+option('tests',
+ type: 'boolean', value: true,
+ description: 'Whether to compile unit tests')
+
+option('examples',
+ type: 'boolean', value: true,
+ description: 'Build and install the examples and demo applications')
+
+option('glade_catalog', type: 'feature', value: 'auto',
+ description: 'Install a glade catalog file')