Module: Mesa Branch: master Commit: a5635d993aaa9da45c3ff47da58881f43eeb3c2b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a5635d993aaa9da45c3ff47da58881f43eeb3c2b
Author: Dylan Baker <[email protected]> Date: Tue Oct 31 11:04:27 2017 -0700 meson: Set c visibility args for wayland-drm Because otherwise gbm will expose wayland symbols that it shouldn't. Signed-off-by: Dylan Baker <[email protected]> Reviewed-and-Tested-by: Eric Engestrom <[email protected]> --- src/egl/wayland/wayland-drm/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/egl/wayland/wayland-drm/meson.build b/src/egl/wayland/wayland-drm/meson.build index 17ac2ddf74..fa33488053 100644 --- a/src/egl/wayland/wayland-drm/meson.build +++ b/src/egl/wayland/wayland-drm/meson.build @@ -44,6 +44,7 @@ wayland_drm_server_protocol_h = custom_target( libwayland_drm = static_library( 'wayland_drm', ['wayland-drm.c', wayland_drm_protocol_c, wayland_drm_server_protocol_h], + c_args : c_vis_args, dependencies : [dep_wayland_server], build_by_default : false, ) _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
