aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorsomini <dev@somini.xyz>2020-12-03 00:42:53 +0000
committerHarry Jeffery <harry@exec64.co.uk>2021-07-08 23:30:24 +0100
commitebef68aeceb6563aa7b1ce24aafa921087a68d0d (patch)
tree64cf8cd55b20b6daaa1a64499e836091026689c9 /meson_options.txt
parent9557a4b1129d1578cafc3edffc4e72fa007a8e2f (diff)
downloadimv-ebef68aeceb6563aa7b1ce24aafa921087a68d0d.tar.gz
Add a contrib-commands option
This includes the commands available in contrib/. It's enabled by default. I moved the manpage and desktop file to their regular locations to avoid complicating the meson file too much. They won't be installed when you disable the contrib commands.
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 e69badf..389b7fd 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -13,6 +13,12 @@ option('test',
description : 'enable tests'
)
+option('contrib-commands',
+ type: 'boolean',
+ value: true,
+ description: 'Install extra commands available in `contrib/`'
+)
+
option('man',
type : 'feature',
description : 'enable man pages'