summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-01-25 17:02:51 +0000
committerMatthias Clasen <mclasen@redhat.com>2017-07-13 19:03:39 -0400
commitd29f022b0b2697df22918e7675bf18a6ca0b83c4 (patch)
treecc9667fccd4eabed7b381a86cb51007347b41f01 /meson_options.txt
parent9fdcb2bf37d5a877ac35e040d8f8570cd776a073 (diff)
downloadglib-d29f022b0b2697df22918e7675bf18a6ca0b83c4.tar.gz
meson: add support for dtrace/systemtap
Still at least one FIXME. And untested so far. It builds.
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
index 2c987de99..f62220672 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,3 +1,9 @@
option('with-docs', type : 'boolean', value : false)
option('with-man', type : 'boolean', value : true)
option('enable-libmount', type : 'combo', choices : ['auto', 'yes', 'no'], value : 'yes')
+option('enable-dtrace', type : 'boolean', value : false,
+ description : 'include tracing support for dtrace')
+option('enable-systemtap', type : 'boolean', value : false,
+ description : 'include tracing support for systemtap')
+option('tapset-install-dir', type : 'string', value : '',
+ description : 'path where systemtap tapsets are installed')