From d82ec1df22495ebb896ef8ad6ac89409e276ab75 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 9 Jun 2020 03:53:33 +0200 Subject: Update libplist and libimobiledevice version requirements --- src/libideviceactivation-1.0.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/libideviceactivation-1.0.pc.in b/src/libideviceactivation-1.0.pc.in index 017ac9d..27bb950 100644 --- a/src/libideviceactivation-1.0.pc.in +++ b/src/libideviceactivation-1.0.pc.in @@ -8,5 +8,5 @@ Description: A library to handle activation and deactivation of iOS devices. Version: @PACKAGE_VERSION@ Libs: -L${libdir} -lideviceactivation Cflags: -I${includedir} -Requires: libplist >= @LIBPLIST_VERSION@ libimobiledevice-1.0 >= @LIBIMOBILEDEVICE_VERSION@ -Requires.private: libcurl >= @LIBCURL_VERSION@ libxml-2.0 >= @LIBXML2_VERSION@ \ No newline at end of file +Requires: libplist-2.0 >= @LIBPLIST_VERSION@ libimobiledevice-1.0 >= @LIBIMOBILEDEVICE_VERSION@ +Requires.private: libcurl >= @LIBCURL_VERSION@ libxml-2.0 >= @LIBXML2_VERSION@ -- cgit v1.1-32-gdbae