mutter/cogl/cogl-pango/libmutter-cogl-pango.map
Marco Trevisan (Treviño) 371b97af27 meson: Fix map files and load them to hide private symbols
Map files were using wrong syntax (missing final `;` or invalid chars).

Also, the map files were only monitored for rebuilding, but not really used by
ld, so pass the ldflags with version-script so that private symbols are really
hidden.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/395
2019-01-23 13:03:40 +00:00

7 lines
41 B
Plaintext

{
global:
cogl_pango_*;
local:
*;
};