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:
committed by
Marge Bot
parent
aa57e8ef18
commit
8fc5dd935f
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user