mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
treewide: strip unneeded inc_gallium inc_gallium_aux
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37391>
This commit is contained in:
parent
65fcdf4c81
commit
47d86e5f66
3 changed files with 2 additions and 4 deletions
|
|
@ -166,7 +166,7 @@ nak_nir_algebraic_c = custom_target(
|
|||
_libnak = static_library(
|
||||
'nak',
|
||||
[libnak_c_files, nak_nir_algebraic_c],
|
||||
include_directories : [inc_include, inc_src, inc_gallium],
|
||||
include_directories : [inc_include, inc_src],
|
||||
dependencies : libnak_deps,
|
||||
link_with : [_libnak_rs],
|
||||
c_args : [no_override_init_args],
|
||||
|
|
|
|||
|
|
@ -143,8 +143,6 @@ libnvk = static_library(
|
|||
sha1_h,
|
||||
],
|
||||
include_directories : [
|
||||
inc_gallium,
|
||||
inc_gallium_aux,
|
||||
inc_include,
|
||||
inc_src,
|
||||
],
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ libloader_x11 = static_library(
|
|||
'loader_x11',
|
||||
loader_x11_files,
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
include_directories : [inc_include, inc_src, inc_gallium],
|
||||
include_directories : [inc_include, inc_src],
|
||||
dependencies : [
|
||||
idep_mesautil,
|
||||
dep_libdrm, dep_xcb_dri3, dep_xcb_present, dep_xcb_sync, dep_xshmfence,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue