diff options
| author | 2021-09-13 20:28:16 +0200 | |
|---|---|---|
| committer | 2021-09-13 20:28:16 +0200 | |
| commit | 40b25fd572bf94d65e880a216bba5e825e5bbf2d (patch) | |
| tree | b6df709be2dbdec2186df1c7e2bec211b8d0dec5 /src/libirecovery-1.0.pc.in | |
| parent | bcf56b30fea3b841ee11a9b4f3ac74f6de465f3d (diff) | |
| download | libirecovery-40b25fd572bf94d65e880a216bba5e825e5bbf2d.tar.gz libirecovery-40b25fd572bf94d65e880a216bba5e825e5bbf2d.tar.bz2 | |
Remove duplicated thread/collection code and use new libimobiledevice-glue instead
Diffstat (limited to 'src/libirecovery-1.0.pc.in')
| -rw-r--r-- | src/libirecovery-1.0.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libirecovery-1.0.pc.in b/src/libirecovery-1.0.pc.in index 25144da..e6c94a3 100644 --- a/src/libirecovery-1.0.pc.in +++ b/src/libirecovery-1.0.pc.in | |||
| @@ -8,4 +8,4 @@ Description: A library to communicate with iBoot/iBSS on iOS devices via USB | |||
| 8 | Version: @PACKAGE_VERSION@ | 8 | Version: @PACKAGE_VERSION@ |
| 9 | Libs: -L${libdir} -lirecovery-1.0 | 9 | Libs: -L${libdir} -lirecovery-1.0 |
| 10 | Cflags: -I${includedir} | 10 | Cflags: -I${includedir} |
| 11 | Requires.private: @LIBUSB_REQUIRED@ | 11 | Requires.private: libimobiledevice-glue-1.0 >= @LIMD_GLUE_VERSION@ @LIBUSB_REQUIRED@ |
