summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-11-27 23:21:47 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2018-11-30 16:04:49 +0530
commit140ccf390dd1e7493a25ea3018ae79fb89f68118 (patch)
tree15a0ee22bb067285d3b3add7597dd1113501e60a /meson_options.txt
parent6b161973afe5622d96d776d9bc44042f329e7047 (diff)
downloadlibcroco-140ccf390dd1e7493a25ea3018ae79fb89f68118.tar.gz
Add a meson build systemwip/meson
MSVC exporting is done using a list of symbols in a .def file
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..55f6987
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,9 @@
+option('bsymbolic_functions',
+ type : 'boolean',
+ value : true,
+ description : 'Link with -Bsymbolic-functions if supported')
+
+option('gtk_doc',
+ type : 'feature',
+ value : 'auto',
+ description : 'Use gtk-doc to build documentation')