mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 20:38:06 +02:00
glx: include src/gallium for apple
Fixes: 91e1ea52c9 ("mesa_interface: Move out of GL/internal/")
Reviewed-by: Eric Engestrom <eric@igalia.com>
Reported-by: Yurii Kolesnykov <root@yurikoles.com>
Tested-by: Yurii Kolesnykov <root@yurikoles.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30449>
This commit is contained in:
parent
019cb3875d
commit
c5c0c1215b
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ endif
|
|||
libappleglx = static_library(
|
||||
'glxapple',
|
||||
[files_libappleglx, glapitable_h],
|
||||
include_directories: [inc_mesa, inc_glx, inc_src, inc_include, inc_glapi, inc_loader],
|
||||
include_directories: [inc_mesa, inc_glx, inc_src, inc_include, inc_glapi, inc_gallium, inc_loader],
|
||||
dependencies: [dep_xext, dep_xplugin],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
build_by_default: false,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue