mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
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:
parent
e139d7a8a3
commit
f331419f26
1 changed files with 2 additions and 2 deletions
|
|
@ -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'],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue