diff options
author | 2021-09-01 16:49:28 +0200 | |
---|---|---|
committer | 2021-09-01 16:49:28 +0200 | |
commit | b7366e42b1e43bd84647f85efb36ce8b7079a92a (patch) | |
tree | 30f9e176370a22228114a0dbb2da5a3c7c859c10 /src/libimobiledevice-1.0.pc.in | |
parent | ce7609375646cfb1e7d490579e172c37c74a0589 (diff) | |
download | libimobiledevice-b7366e42b1e43bd84647f85efb36ce8b7079a92a.tar.gz libimobiledevice-b7366e42b1e43bd84647f85efb36ce8b7079a92a.tar.bz2 |
Updated pkg-config file with libimobiledevice-glue dependency
Diffstat (limited to 'src/libimobiledevice-1.0.pc.in')
-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@ | |||
9 | Libs: -L${libdir} -limobiledevice-1.0 | 9 | Libs: -L${libdir} -limobiledevice-1.0 |
10 | Cflags: -I${includedir} | 10 | Cflags: -I${includedir} |
11 | Requires: libplist-2.0 >= @LIBPLIST_VERSION@ | 11 | Requires: libplist-2.0 >= @LIBPLIST_VERSION@ |
12 | Requires.private: libusbmuxd-2.0 >= @LIBUSBMUXD_VERSION@ @ssl_requires@ | 12 | Requires.private: libusbmuxd-2.0 >= @LIBUSBMUXD_VERSION@ libimobiledevice-glue >= @LIMD_GLUE_VERSION@ @ssl_requires@ |