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:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user