mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 19:58:09 +02:00
targets/haiku-softpipe/meson: add libswpipe.so to install directory
Reviewed-by: Dylan Baker <dylan@pnwbakers.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8323>
This commit is contained in:
parent
97520d8d48
commit
dd959174cb
1 changed files with 2 additions and 1 deletions
|
|
@ -35,5 +35,6 @@ libswpipe = shared_library(
|
|||
dependencies : [
|
||||
driver_swrast, cpp.find_library('be'), cpp.find_library('translation'),
|
||||
cpp.find_library('network'), dep_unwind, idep_mesautil, idep_nir,
|
||||
]
|
||||
],
|
||||
install : true,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue