glx/test: meson: assorted include fixes
Swap '..' with the symbolic inc_glx and add glproto as dependency. That
will pull the correct include, effectively fixing the tests on macOS.
Fixes: a47c525f32 ("meson: build glx")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
committed by
Emil Velikov
parent
e139d7a8a3
commit
f331419f26
@@ -46,9 +46,9 @@ if with_shared_glapi
|
||||
link_with : [libglx, libglapi],
|
||||
include_directories : [
|
||||
inc_src, inc_include, inc_mesa, inc_mapi, inc_gl_internal,
|
||||
include_directories('..'),
|
||||
inc_glx,
|
||||
],
|
||||
dependencies : [dep_libdrm, dep_thread, idep_gtest]
|
||||
dependencies : [dep_libdrm, dep_glproto, dep_thread, idep_gtest]
|
||||
),
|
||||
suite : ['glx'],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user