mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
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:
parent
aa57e8ef18
commit
8fc5dd935f
1 changed files with 1 additions and 0 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue