meson: Set c visibility args for wayland-drm
Because otherwise gbm will expose wayland symbols that it shouldn't. Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com> Reviewed-and-Tested-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user