From 4a6a5daec0384aa91ab142b5f6f4e1b3def7160c Mon Sep 17 00:00:00 2001 From: Martin Blanchard Date: Fri, 7 Sep 2018 00:07:19 +0100 Subject: Add build options for utils and examples Allow skipping utils build & installation (-Dutils=false) and examples build (-Dexamples=false). By default behaviour is unchanged (both are true: utils and examples get build). --- meson_options.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 983fcac..c08e38e 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -3,3 +3,9 @@ option('disable-mtab', type : 'boolean', value : false, option('udevrulesdir', type : 'string', value : '', description: 'Where to install udev rules (if empty, query pkg-config(1))') + +option('utils', type : 'boolean', value : true, + description: 'Wheter or not to build and install helper programs') + +option('examples', type : 'boolean', value : true, + description: 'Wheter or not to build example programs') \ No newline at end of file -- cgit v1.2.3