[Mesa-dev] [PATCH 2/2] meson: change vulkan icd config to - instead of _
Dylan Baker
dylan at pnwbakers.com
Fri Sep 29 16:14:59 UTC 2017
Just to be consistent.
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
meson_options.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meson_options.txt b/meson_options.txt
index 082ade7f480..d0f7cc9c7ed 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -22,9 +22,9 @@ option('platforms', type : 'string', value : 'x11,wayland',
description : 'comma separated list of window systems to support. wayland, x11, surfaceless, drm, etc.')
option('vulkan-drivers', type : 'string', value : 'intel,amd',
description : 'comma separated list of vulkan drivers to build.')
-option('shader-cache', type : 'boolean', value : true,
+option('shader-cache', type : 'boolean', value : true,
description : 'Build with on-disk shader cache support')
-option('vulkan_icd_dir', type : 'string', value : '',
+option('vulkan-icd-dir', type : 'string', value : '',
description : 'Location relative to prefix to put vulkan icds on install. Default: $datadir/vulkan/icd.d')
option('valgrind', type : 'boolean', value : true,
description : 'Build with valgrind support if possible')
--
2.14.1
More information about the mesa-dev
mailing list