From e915b8d267d70684d56ea35de660072116ecedcc Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 28 Sep 2017 14:02:51 -0700 Subject: meson: change vulkan icd config to - instead of _ Just to be consistent. v2: - update meson.build too v3: - remove unrelated whitespace change Signed-off-by: Dylan Baker Reviewed-by: Eric Engestrom --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 329495ee1b3..1e0b95fcb16 100644 --- a/meson.build +++ b/meson.build @@ -22,7 +22,7 @@ project('mesa', ['c', 'cpp'], version : '17.3.0-devel', license : 'MIT', default_options : ['c_std=c99']) with_dri3 = true # XXX: need a switch for this -with_vulkan_icd_dir = get_option('vulkan_icd_dir') +with_vulkan_icd_dir = get_option('vulkan-icd-dir') with_tests = get_option('build-tests') with_valgrind = get_option('valgrind') -- cgit v1.2.3