From 1a00be48bda44708e02f8dadb4b9cfacd9e2f78c Mon Sep 17 00:00:00 2001 From: Marvin Scholz Date: Sat, 29 Sep 2018 12:40:41 +0200 Subject: Build: Add option to disable building tools --- meson_options.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index d9b4829..63271de 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -9,3 +9,8 @@ option('build_asm', type: 'boolean', value: true, description: 'Build asm files, if available') + +option('build_tools', + type: 'boolean', + value: true, + description: 'Build dav1d cli tools') -- cgit v1.2.3