summaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-02-14 17:22:00 +0000
committerEric Engestrom <[email protected]>2019-03-05 10:02:47 +0000
commite1ee4ab3dcfb73e4975e02e70cc831b5b607d2e0 (patch)
tree00978df300af876cc2319429563d5fd8dcef3f27 /meson.build
parentdca36d5516d0fdaf012b4476975c5d585c2d1a09 (diff)
meson: avoid going back up the tree with include_directories()
Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 50d2eec97ef..46f86eb0000 100644
--- a/meson.build
+++ b/meson.build
@@ -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'