diff options
author | Nikias Bassen | 2020-06-08 23:52:44 +0200 |
---|---|---|
committer | Nikias Bassen | 2020-06-08 23:52:44 +0200 |
commit | d0a476a6ce4ebf81c5aa562abe258f6c8d30f612 (patch) | |
tree | acd2d5be28a6c47d042cc4e6b672a47d97fdaaa7 /src | |
parent | 25ea1fb73c89b138a1d0e53e856adbf81a5dec45 (diff) | |
download | libimobiledevice-d0a476a6ce4ebf81c5aa562abe258f6c8d30f612.tar.gz libimobiledevice-d0a476a6ce4ebf81c5aa562abe258f6c8d30f612.tar.bz2 |
configure: Update libplist and libusbmuxd version dependencies
Diffstat (limited to 'src')
-rw-r--r-- | src/libimobiledevice-1.0.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libimobiledevice-1.0.pc.in b/src/libimobiledevice-1.0.pc.in index dfcdd8a..023ce54 100644 --- a/src/libimobiledevice-1.0.pc.in +++ b/src/libimobiledevice-1.0.pc.in @@ -8,5 +8,5 @@ Description: A library to communicate with services running on Apple iOS devices Version: @PACKAGE_VERSION@ Libs: -L${libdir} -limobiledevice Cflags: -I${includedir} -Requires: libplist >= @LIBPLIST_VERSION@ -Requires.private: libusbmuxd >= @LIBUSBMUXD_VERSION@ @ssl_requires@
\ No newline at end of file +Requires: libplist-2.0 >= @LIBPLIST_VERSION@ +Requires.private: libusbmuxd-2.0 >= @LIBUSBMUXD_VERSION@ @ssl_requires@ |