summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-08-24 12:20:51 +0100
committerRichard Hughes <richard@hughsie.com>2017-05-10 12:44:02 +0100
commit8122b447e5c85a7addfc19827232d5cfe85b4eba (patch)
tree8c277f330485f7e4ad945c048a7e2687e03a3bbc /meson_options.txt
parentfe18fd82266a0ff1f744d3ae287dc312e09549fa (diff)
downloadappstream-glib-8122b447e5c85a7addfc19827232d5cfe85b4eba.tar.gz
Switch to the meson build system.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..5289be5
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,6 @@
+option('enable-dep11', type : 'boolean', value : true, description : 'enable DEP-11')
+option('enable-builder', type : 'boolean', value : true, description : 'enable AppStream builder')
+option('enable-rpm', type : 'boolean', value : true, description : 'enable RPM support')
+option('enable-alpm', type : 'boolean', value : false, description : 'enable ALPM support')
+option('enable-fonts', type : 'boolean', value : true, description : 'enable font support')
+option('enable-stemmer', type : 'boolean', value : true, description : 'enable stemmer support')