summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 29224b77..f665490a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -14,6 +14,10 @@ option('gtk-doc', type: 'boolean', value: false,
description: 'Build and install documentation'
)
+option('cairo-libname', type: 'string',
+ description: 'Custom name for the cairo-gobject library name'
+)
+
option('gir_build', type: 'boolean',
description: 'Windows: post build (gir) stuff'
)