Skip to content

Fix pkg-config entry

Dan Church requested to merge h3xx/lilv:fix-pkgconfig into master

Move external libraries from Requires.private: ... into Requires: ....

This affects the instructions returned, for instance, by pkg-config --libs lilv-0 (which now also includes -lsord-0 and friends).

This fixes an issue linking to it when building jalv. Jalv should not have to specify all of lilv's dependencies in its meson.build, and with this update, it won't.

Note: Meson will err out including m_dep or dl_dep, but in this case these are apparently stripped from the pkg-config entry; they don't even show up in Requires.private.

Merge request reports