Module: Mesa Branch: master Commit: 8e981eb2b7099849c7b74d855afb0c65f92227e8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e981eb2b7099849c7b74d855afb0c65f92227e8
Author: Dylan Baker <[email protected]> Date: Mon Dec 11 15:58:00 2017 -0800 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 <[email protected]> Signed-off-by: Dylan Baker <[email protected]> --- src/amd/addrlib/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/addrlib/meson.build b/src/amd/addrlib/meson.build index 1d16ba8649..a7e9dc8c18 100644 --- a/src/amd/addrlib/meson.build +++ b/src/amd/addrlib/meson.build @@ -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, ) _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
