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:
X512
2020-01-27 11:55:41 +09:00
committed by Alexander von Gluck IV
parent 97520d8d48
commit dd959174cb

View File

@@ -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,
)