From: Eric Engestrom Date: Thu, 22 Nov 2018 13:33:28 +0000 (+0000) Subject: glapi: add missing visibility args X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=896c59d690e38e92682f9bc509b5e3658aba5670;p=mesa.git glapi: add missing visibility args Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108829 Fixes: 3218056e0eb375eeda470 "meson: Build i965 and dri stack" Signed-off-by: Eric Engestrom Reviewed-by: Emil Velikov --- diff --git a/src/mapi/shared-glapi/meson.build b/src/mapi/shared-glapi/meson.build index 41da9b1c1c5..828d14bfd41 100644 --- a/src/mapi/shared-glapi/meson.build +++ b/src/mapi/shared-glapi/meson.build @@ -40,7 +40,7 @@ libglapi = shared_library( 'glapi', [files_mapi_glapi, files_mapi_util, shared_glapi_mapi_tmp_h], c_args : [ - c_msvc_compat_args, '-DMAPI_MODE_GLAPI', + c_msvc_compat_args, c_vis_args, '-DMAPI_MODE_GLAPI', '-DMAPI_ABI_HEADER="@0@"'.format(shared_glapi_mapi_tmp_h.full_path()), ], link_args : [ld_args_gc_sections],