mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
meson: fix VkLayer_MESA_device_select in the devenv
It's an implicit layer, not an explicit one like the others in that MR,
which I missed in the previous commit.
Fixes: 294d8ce80a ("meson: include VkLayer_MESA_device_select in the devenv")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36346>
This commit is contained in:
parent
dd15dbae4b
commit
45789ac396
1 changed files with 1 additions and 1 deletions
|
|
@ -51,4 +51,4 @@ configure_file(
|
|||
input : 'VkLayer_MESA_device_select.json.in',
|
||||
output : '@PLAINNAME@_dev.json',
|
||||
)
|
||||
devenv.append('VK_ADD_LAYER_PATH', meson.current_build_dir())
|
||||
devenv.append('VK_ADD_IMPLICIT_LAYER_PATH', meson.current_build_dir())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue