mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
glx: meson: drop includes from a link-only library
When producing the final libGL.so/libGLX_mesa.so we only link the local static helper lib (libglx). Thus there's no reason for the includes. Fixes:a47c525f32("meson: build glx") Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com> (cherry picked from commitb44875e2dc)
This commit is contained in:
parent
62e5d649b7
commit
068d7550fd
1 changed files with 0 additions and 1 deletions
|
|
@ -155,7 +155,6 @@ libglx = static_library(
|
|||
libgl = shared_library(
|
||||
gl_lib_name,
|
||||
[],
|
||||
include_directories : [inc_common, inc_glapi, inc_loader, inc_gl_internal],
|
||||
link_with : [libglapi_static, libglapi],
|
||||
link_whole : libglx,
|
||||
link_args : [ld_args_bsymbolic, ld_args_gc_sections, extra_ld_args_libgl],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue