diff options
author | Eric Engestrom <[email protected]> | 2018-11-22 13:33:28 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2018-11-22 18:21:05 +0000 |
commit | 896c59d690e38e92682f9bc509b5e3658aba5670 (patch) | |
tree | 7a1362564ce68c8e3f1e0d686bdf52bd6f7dffc8 /src/mapi | |
parent | a24654b49d36609b43a5ef6f04453ab284a6ea4f (diff) |
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 <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/shared-glapi/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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], |