diff options
author | Emil Velikov <[email protected]> | 2018-12-12 17:55:08 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2018-12-12 17:55:08 +0000 |
commit | b44875e2dc650c58986480f3360fccfc8d890605 (patch) | |
tree | 2c618e0d405a8f57766a202e32f00f1d4c7081fa /src/glx | |
parent | 9527f9ea2611b0793377016c8c16ec58ded7f287 (diff) |
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: a47c525f328 ("meson: build glx")
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/glx')
-rw-r--r-- | src/glx/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glx/meson.build b/src/glx/meson.build index cc1bc9fc613..061e026e53f 100644 --- a/src/glx/meson.build +++ b/src/glx/meson.build @@ -154,7 +154,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], |