meson: avoid going back up the tree with include_directories()

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
Eric Engestrom
2019-02-14 17:22:00 +00:00
parent dca36d5516
commit e1ee4ab3dc
3 changed files with 3 additions and 4 deletions

View File

@@ -1432,8 +1432,6 @@ foreach a : cpp_args
add_project_arguments(a, language : ['cpp'])
endforeach
inc_include = include_directories('include')
gl_priv_reqs = []
if with_glx == 'xlib' or with_glx == 'gallium-xlib'