mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 04:50:11 +01:00
meson: Add inc_compiler to the libglsl includes
This commit is contained in:
parent
e03717efbd
commit
8f42a43d08
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ libglsl = static_library(
|
|||
c_args : [c_vis_args, c_msvc_compat_args, no_override_init_args],
|
||||
cpp_args : [cpp_vis_args, cpp_msvc_compat_args],
|
||||
link_with : [libnir, libglcpp],
|
||||
include_directories : [inc_common, inc_nir],
|
||||
include_directories : [inc_common, inc_compiler, inc_nir],
|
||||
dependencies : [dep_valgrind],
|
||||
build_by_default : false,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue