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:
Eric Engestrom 2025-07-31 00:54:47 +02:00 committed by Marge Bot
parent dd15dbae4b
commit 45789ac396

View file

@ -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())