libplist icon indicating copy to clipboard operation
libplist copied to clipboard

Commit 137716d (rename libplist.pc) breaks builds using pkgconfig in configure

Open ejurgensen opened this issue 4 years ago • 0 comments

Builds that have a configure script that use pkg-config to check for libplist are broken by the renaming of libplist.pc to libplist-2.0.pc, since e.g. PKG_CHECK_EXISTS([libplist]) will fail.

See discussion here https://github.com/libimobiledevice/libplist/commit/137716df3f197a7184c1fba88fcb30480dafd6e0

ejurgensen avatar Jun 23 '20 09:06 ejurgensen