summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2020-06-08 23:42:24 +0200
committerGravatar Nikias Bassen2020-06-08 23:42:24 +0200
commit452b9acf4db5ef05078451c76310dc23ed038303 (patch)
tree190d1926736199ec86a05ab1b535e95f71700022
parent60563619921981bbc76ffc4647f89542d3b3f107 (diff)
downloadlibusbmuxd-452b9acf4db5ef05078451c76310dc23ed038303.tar.gz
libusbmuxd-452b9acf4db5ef05078451c76310dc23ed038303.tar.bz2
Fix pkg-config file pointing to older libplist dependency
-rw-r--r--src/libusbmuxd-2.0.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libusbmuxd-2.0.pc.in b/src/libusbmuxd-2.0.pc.in
index 3385bc9..c9ca6e2 100644
--- a/src/libusbmuxd-2.0.pc.in
+++ b/src/libusbmuxd-2.0.pc.in
@@ -8,4 +8,4 @@ Description: A library to communicate with the usbmux daemon
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lusbmuxd
Cflags: -I${includedir}
-Requires.private: libplist >= @LIBPLIST_VERSION@ \ No newline at end of file
+Requires.private: libplist-2.0 >= @LIBPLIST_VERSION@