summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2021-09-01 16:49:28 +0200
committerGravatar Nikias Bassen2021-09-01 16:49:28 +0200
commitb7366e42b1e43bd84647f85efb36ce8b7079a92a (patch)
tree30f9e176370a22228114a0dbb2da5a3c7c859c10 /src
parentce7609375646cfb1e7d490579e172c37c74a0589 (diff)
downloadlibimobiledevice-b7366e42b1e43bd84647f85efb36ce8b7079a92a.tar.gz
libimobiledevice-b7366e42b1e43bd84647f85efb36ce8b7079a92a.tar.bz2
Updated pkg-config file with libimobiledevice-glue dependency
Diffstat (limited to 'src')
-rw-r--r--src/libimobiledevice-1.0.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libimobiledevice-1.0.pc.in b/src/libimobiledevice-1.0.pc.in
index c37654b..abedf40 100644
--- a/src/libimobiledevice-1.0.pc.in
+++ b/src/libimobiledevice-1.0.pc.in
@@ -9,4 +9,4 @@ Version: @PACKAGE_VERSION@
Libs: -L${libdir} -limobiledevice-1.0
Cflags: -I${includedir}
Requires: libplist-2.0 >= @LIBPLIST_VERSION@
-Requires.private: libusbmuxd-2.0 >= @LIBUSBMUXD_VERSION@ @ssl_requires@
+Requires.private: libusbmuxd-2.0 >= @LIBUSBMUXD_VERSION@ libimobiledevice-glue >= @LIMD_GLUE_VERSION@ @ssl_requires@