mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 08:50:13 +01:00
etnaviv: decouple drm from gallium
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Christian Gmeiner <cgmeiner@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24465>
This commit is contained in:
parent
7458912333
commit
68c30215a9
3 changed files with 1 additions and 13 deletions
|
|
@ -23,7 +23,7 @@
|
|||
libetnaviv_noop_drm_shim = shared_library(
|
||||
'etnaviv_noop_drm_shim',
|
||||
'etnaviv_noop.c',
|
||||
include_directories: [inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux],
|
||||
include_directories: [inc_include, inc_src],
|
||||
dependencies: [dep_drm_shim, idep_mesautil],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
install : true,
|
||||
|
|
|
|||
|
|
@ -37,10 +37,6 @@ libetnaviv_drm = static_library(
|
|||
inc_etnaviv,
|
||||
inc_include,
|
||||
inc_src,
|
||||
inc_mapi,
|
||||
inc_mesa,
|
||||
inc_gallium,
|
||||
inc_gallium_aux,
|
||||
],
|
||||
c_args : [no_override_init_args],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
|
|
|
|||
|
|
@ -25,10 +25,6 @@ etnaviv_cmd_stream_test = executable(
|
|||
inc_etnaviv,
|
||||
inc_include,
|
||||
inc_src,
|
||||
inc_mapi,
|
||||
inc_mesa,
|
||||
inc_gallium,
|
||||
inc_gallium_aux,
|
||||
],
|
||||
c_args : [no_override_init_args],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
|
|
@ -48,10 +44,6 @@ etnaviv_bo_cache_test = executable(
|
|||
inc_etnaviv,
|
||||
inc_include,
|
||||
inc_src,
|
||||
inc_mapi,
|
||||
inc_mesa,
|
||||
inc_gallium,
|
||||
inc_gallium_aux,
|
||||
],
|
||||
c_args : [no_override_init_args],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue