aboutsummaryrefslogtreecommitdiffstats
path: root/src/glx/tests
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2018-01-03 12:37:34 -0800
committerDylan Baker <[email protected]>2018-01-11 15:40:02 -0800
commitaca3b647bedd581c6d0b428f9f5d58a65048f869 (patch)
tree48179657c0e0b20039cb21a051351773f5fa3437 /src/glx/tests
parent5fcadaec80c97a1df280b7bab01c271e323a468a (diff)
meson: add variable for including include/GL/internal
Signed-off-by: <[email protected]> Acked-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/glx/tests')
-rw-r--r--src/glx/tests/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glx/tests/meson.build b/src/glx/tests/meson.build
index fe0075a6939..fd9d4d433b2 100644
--- a/src/glx/tests/meson.build
+++ b/src/glx/tests/meson.build
@@ -40,8 +40,8 @@ if with_shared_glapi
[files_glx_test, glx_indirect_size_h, main_dispatch_h],
link_with : [libglx, libglapi],
include_directories : [
- include_directories('..', '../../../include/GL/internal'),
- inc_src, inc_include, inc_mesa, inc_mapi,
+ inc_src, inc_include, inc_mesa, inc_mapi, inc_gl_internal,
+ include_directories('..'),
],
dependencies : [dep_libdrm, dep_thread, idep_gtest]
)