mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
meson: Add library versions to swr drivers
This is for parity with autotools. Signed-off-by: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> Acked-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
parent
6217eedc9b
commit
5bb98cfd92
1 changed files with 4 additions and 0 deletions
|
|
@ -201,6 +201,7 @@ if with_swr_arches.contains('avx')
|
|||
link_args : [ld_args_gc_sections],
|
||||
include_directories : [swr_incs],
|
||||
dependencies : [dep_thread, dep_llvm],
|
||||
version : '0.0.0',
|
||||
install : true,
|
||||
)
|
||||
endif
|
||||
|
|
@ -233,6 +234,7 @@ if with_swr_arches.contains('avx2')
|
|||
link_args : [ld_args_gc_sections],
|
||||
include_directories : [swr_incs],
|
||||
dependencies : [dep_thread, dep_llvm],
|
||||
version : '0.0.0',
|
||||
install : true,
|
||||
)
|
||||
endif
|
||||
|
|
@ -260,6 +262,7 @@ if with_swr_arches.contains('knl')
|
|||
link_args : [ld_args_gc_sections],
|
||||
include_directories : [swr_incs],
|
||||
dependencies : [dep_thread, dep_llvm],
|
||||
version : '0.0.0',
|
||||
install : true,
|
||||
)
|
||||
endif
|
||||
|
|
@ -284,6 +287,7 @@ if with_swr_arches.contains('skx')
|
|||
link_args : [ld_args_gc_sections],
|
||||
include_directories : [swr_incs],
|
||||
dependencies : [dep_thread, dep_llvm],
|
||||
version : '0.0.0',
|
||||
install : true,
|
||||
)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue