meson: Add option to toggle LLVM

Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Dylan Baker
2017-10-12 09:47:30 -07:00
parent 8e611878c4
commit 02cf3a8f39
2 changed files with 21 additions and 15 deletions

View File

@@ -48,6 +48,7 @@ option('glvnd', type : 'boolean', value : false,
description : 'Enable GLVND support.')
option('asm', type : 'boolean', value : true,
description : 'Build assembly code if possible')
option('llvm', type : 'boolean', value : true, description : 'Build with LLVM support.')
option('valgrind', type : 'boolean', value : true,
description : 'Build with valgrind support if possible')
option('build-tests', type : 'boolean', value : false,