summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorShaun McCance <shaunm@redhat.com>2020-12-26 12:54:03 -0500
committerShaun McCance <shaunm@redhat.com>2020-12-26 12:54:03 -0500
commit57c72e0ddbc14519dd9b596458e6788a805f169e (patch)
tree42aed0f669eb0306cf68ee74dc0a30237984e263 /meson_options.txt
parent215239a2505b6aa6fbdf112dfaa6378f333a3ecb (diff)
downloadyelp-tools-57c72e0ddbc14519dd9b596458e6788a805f169e.tar.gz
Simplifying the meson configure options
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 2dab818..0526e6f 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,7 +1,7 @@
-option('autotools',
+option('yelpm4',
type: 'boolean', value: true,
description: 'Install autotools macros')
-option('yelp_manual',
+option('help',
type: 'boolean', value: false,
- description: 'Build user manual (requires awk)') \ No newline at end of file
+ description: 'Install help files')