diff options
author | Nikias Bassen | 2021-09-01 16:49:28 +0200 |
---|---|---|
committer | Nikias Bassen | 2021-09-01 16:49:28 +0200 |
commit | b7366e42b1e43bd84647f85efb36ce8b7079a92a (patch) | |
tree | 30f9e176370a22228114a0dbb2da5a3c7c859c10 | |
parent | ce7609375646cfb1e7d490579e172c37c74a0589 (diff) | |
download | libimobiledevice-b7366e42b1e43bd84647f85efb36ce8b7079a92a.tar.gz libimobiledevice-b7366e42b1e43bd84647f85efb36ce8b7079a92a.tar.bz2 |
Updated pkg-config file with libimobiledevice-glue dependency
-rw-r--r-- | src/libimobiledevice-1.0.pc.in | 2 |
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@ |