meson/vaon12: fix driver file name for mingw build

This fixes vaon12 driver file name to be consistent with libva
expectation - vaon12_drv_video.dll - without lib prefix.

Signed-off-by: Dmitry Rogozhkin <dmitry.v.rogozhkin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22995>
This commit is contained in:
Dmitry Rogozhkin 2023-05-12 09:22:36 -07:00 committed by Marge Bot
parent aa57e8ef18
commit 8fc5dd935f

View file

@ -73,6 +73,7 @@ if host_machine.system() == 'windows'
link_depends : va_link_depends,
install : true,
name_suffix : 'dll',
name_prefix : '', # otherwise mingw will create libvaon12_drv_video.dll
)
else
libva_gallium = shared_library(