mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
meson: remove lib prefix from libd3dadapter9.so
Fixes: 6b4c7047d5 ("meson: build gallium nine state_tracker")
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Dylan Baker <dylan.c.baker@intel.com>
This commit is contained in:
parent
3b6d232a5c
commit
4b4d929c27
1 changed files with 1 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ libgallium_nine = shared_library(
|
|||
driver_swrast, driver_r300, driver_r600, driver_radeonsi, driver_nouveau,
|
||||
driver_i915, driver_svga,
|
||||
],
|
||||
name_prefix : '',
|
||||
version : '.'.join(nine_version),
|
||||
install : true,
|
||||
install_dir : d3d_drivers_path,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue