diff options
Diffstat (limited to 'src/libirecovery-1.0.pc.in')
-rw-r--r-- | src/libirecovery-1.0.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/libirecovery-1.0.pc.in b/src/libirecovery-1.0.pc.in new file mode 100644 index 0000000..e6c94a3 --- /dev/null +++ b/src/libirecovery-1.0.pc.in | |||
@@ -0,0 +1,11 @@ | |||
1 | prefix=@prefix@ | ||
2 | exec_prefix=@exec_prefix@ | ||
3 | libdir=@libdir@ | ||
4 | includedir=@includedir@ | ||
5 | |||
6 | Name: @PACKAGE_NAME@ | ||
7 | Description: A library to communicate with iBoot/iBSS on iOS devices via USB | ||
8 | Version: @PACKAGE_VERSION@ | ||
9 | Libs: -L${libdir} -lirecovery-1.0 | ||
10 | Cflags: -I${includedir} | ||
11 | Requires.private: libimobiledevice-glue-1.0 >= @LIMD_GLUE_VERSION@ @LIBUSB_REQUIRED@ | ||