meson: use gnu_symbol_visibility argument
[mesa.git] / src / gallium / drivers / softpipe / meson.build
index a345ff62ec9493040ef14e1965fb5bafec79cdbc..6af712897630d0ea1688cb1ccdfd79786a2ad6df 100644 (file)
@@ -80,7 +80,8 @@ libsoftpipe = static_library(
   'softpipe',
   files_softpipe,
   include_directories : [inc_gallium_aux, inc_gallium, inc_include, inc_src],
-  c_args : [c_vis_args, c_msvc_compat_args],
+  c_args : [c_msvc_compat_args],
+  gnu_symbol_visibility : 'hidden',
 )
 
 driver_swrast = declare_dependency(