diff options
author | Nikias Bassen | 2021-09-06 17:58:33 +0200 |
---|---|---|
committer | Nikias Bassen | 2021-09-06 17:58:33 +0200 |
commit | 46c4ea08fa1ab26c7c7b18b2e0eee76edf362be5 (patch) | |
tree | be72f7282cb8d13657f3ce012f9832fb095c0336 /src | |
parent | 5a82263e2e3fdae25f4ccf80a2ea8202befefc06 (diff) | |
download | libimobiledevice-46c4ea08fa1ab26c7c7b18b2e0eee76edf362be5.tar.gz libimobiledevice-46c4ea08fa1ab26c7c7b18b2e0eee76edf362be5.tar.bz2 |
pkgconfig: Fix libimobiledevice-glue dependency in .pc file
Diffstat (limited to 'src')
-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 abedf40..f00c392 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@ libimobiledevice-glue >= @LIMD_GLUE_VERSION@ @ssl_requires@ +Requires.private: libusbmuxd-2.0 >= @LIBUSBMUXD_VERSION@ libimobiledevice-glue-1.0 >= @LIMD_GLUE_VERSION@ @ssl_requires@ |