Skip to content

meson: don't dllexport when built as static library

Benjamin Gilbert requested to merge bgilbert/pixman:dllexport into master

If a static Pixman is linked with a dynamic library, Pixman shouldn't export its own symbols into the latter's ABI.

Merge request reports