meson: change vulkan icd config to - instead of _
authorDylan Baker <dylan@pnwbakers.com>
Thu, 28 Sep 2017 21:02:51 +0000 (14:02 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Mon, 2 Oct 2017 16:33:19 +0000 (09:33 -0700)
Just to be consistent.

v2: - update meson.build too
v3: - remove unrelated whitespace change

Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
meson.build
meson_options.txt

index 329495ee1b31937fc00b2eeb44b91e51ddec9dbf..1e0b95fcb160e20d4b6952e226a5b959974137cb 100644 (file)
@@ -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')
 
index 082ade7f4807fa0a189f67a20caad476ce9ecc62..eccd5c10d59074fee2643bd5fa546dd99baf318c 100644 (file)
@@ -24,7 +24,7 @@ option('vulkan-drivers', type : 'string',  value : 'intel,amd',
        description : 'comma separated list of vulkan drivers to build.')
 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')