mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
pipe-loader: remove libpipe_loader_dynamic
Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/833>
This commit is contained in:
parent
0e322c6092
commit
cd78417514
1 changed files with 0 additions and 19 deletions
|
|
@ -53,22 +53,3 @@ libpipe_loader_static = static_library(
|
|||
dependencies : [dep_libdrm, idep_xmlconfig, idep_mesautil],
|
||||
build_by_default : false,
|
||||
)
|
||||
|
||||
libpipe_loader_dynamic = static_library(
|
||||
'pipe_loader_dynamic',
|
||||
files_pipe_loader,
|
||||
include_directories : [
|
||||
inc_util, inc_loader, inc_gallium, inc_include, inc_src, inc_gallium_aux,
|
||||
inc_gallium_winsys, inc_gallium_drivers,
|
||||
],
|
||||
c_args : [
|
||||
libpipe_loader_defines,
|
||||
'-DPIPE_SEARCH_DIR="@0@"'.format(
|
||||
join_paths(get_option('prefix'), get_option('libdir'), 'gallium-pipe')
|
||||
)
|
||||
],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
link_with : [libpipe_loader_links],
|
||||
dependencies : [dep_libdrm, idep_xmlconfig, idep_mesautil],
|
||||
build_by_default : false,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue