summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorJonathan Kang <jonathan121537@gmail.com>2017-11-17 17:51:09 +0800
committerJonathan Kang <jonathan121537@gmail.com>2017-12-13 15:25:44 +0800
commit4707e790dd91df48c737465bde4fae2e7091c782 (patch)
tree3a7d596c4f992b960126f86501619a60a5344f0d /meson_options.txt
parent6c70467dc6d1d5fcafba9a4fda8c0da2e12283b3 (diff)
downloadgnome-logs-4707e790dd91df48c737465bde4fae2e7091c782.tar.gz
Port to meson build system
According to this wiki[0], port Logs to meson build system. *[0] https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting https://bugzilla.gnome.org/show_bug.cgi?id=790276
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..51ebbdd
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,2 @@
+option('tests', type : 'boolean', value : false, description : 'Enable support for tests run during make check')
+option('man', type : 'boolean', value : false, description : 'Enable building the man page')