mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
meson: Use include variables
These were added after adderlib was mesonified, but it still good to use them instead of open coding them. Acked-by: Eric Engestrom <eric.engestrom@imgtec.com> Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
This commit is contained in:
parent
fbf192a67e
commit
8e981eb2b7
1 changed files with 1 additions and 1 deletions
|
|
@ -56,8 +56,8 @@ libamdgpu_addrlib = static_library(
|
|||
include_directories : [
|
||||
include_directories(
|
||||
'core', 'inc/chip/gfx9', 'inc/chip/r800', 'gfx9/chip', 'r800/chip',
|
||||
'../common', '../../',
|
||||
),
|
||||
inc_amd_common, inc_src,
|
||||
],
|
||||
cpp_args : cpp_vis_args,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue