summaryrefslogtreecommitdiff
path: root/src/mapi
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2018-11-22 13:33:28 +0000
committerEric Engestrom <eric.engestrom@intel.com>2018-11-22 18:21:05 +0000
commit896c59d690e38e92682f9bc509b5e3658aba5670 (patch)
tree7a1362564ce68c8e3f1e0d686bdf52bd6f7dffc8 /src/mapi
parenta24654b49d36609b43a5ef6f04453ab284a6ea4f (diff)
downloadmesa-896c59d690e38e92682f9bc509b5e3658aba5670.tar.gz
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 <eric.engestrom@intel.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'src/mapi')
-rw-r--r--src/mapi/shared-glapi/meson.build2
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],