libimobiledevice / libplist

A library to handle Apple Property List format in binary or XML
https://libimobiledevice.org
GNU Lesser General Public License v2.1
532 stars 304 forks source link

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

Open ejurgensen opened 4 years ago

ejurgensen commented 4 years ago

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