Thu, 02 Nov 2023 21:24:43 -0500
Mark all Pidgin symbol visibility as hidden
This will match behaviour on Windows, so it will prevent not tagging the symbols with the correct export macro.
This closes [PIDGIN-17839](https://issues.imfreedom.org/issue/PIDGIN-17838), as successfully compiling with this flag means all symbols have been correctly marked.
Testing Done:
Compiled on Linux and Windows.
Bugs closed: PIDGIN-17839
Reviewed at https://reviews.imfreedom.org/r/2769/
if IS_WIN32 subdir_done() endif GTK4_X11 = dependency('gtk4-x11', required : false) if GTK4_X11.found() shared_module('idle-xscreensaver', 'idle-xscreensaver.c', c_args : ['-DG_LOG_USE_STRUCTURED', '-DG_LOG_DOMAIN="Purple-IdleXScreenSaver"'], gnu_symbol_visibility : 'hidden', dependencies : [libpurple_dep, libpidgin_dep, GTK4_X11], name_prefix : '', install : true, install_dir : PIDGIN_PLUGINDIR) devenv.append('PIDGIN_PLUGIN_PATH', meson.current_build_dir()) endif