Skip to content

meson: Fix installation of the static library

When building with --default-library=static, this ensures that librsvg-2.a is installed rather than librsvg_2.a, which helps pkg-config to find -lrsvg-2.

/cc @amyspark

Merge request reports