diff options
| author | 2020-06-08 15:12:54 +0200 | |
|---|---|---|
| committer | 2020-06-08 15:12:54 +0200 | |
| commit | 7f24d0ec98605c085ae030fec7a1d87ec675cad4 (patch) | |
| tree | 98f6d7f99c8235807c2e77746bfb230f764fe6dd /src/libirecovery.pc.in | |
| parent | b541420a9442c75e76b67b93431b60759d79937e (diff) | |
| download | libirecovery-7f24d0ec98605c085ae030fec7a1d87ec675cad4.tar.gz libirecovery-7f24d0ec98605c085ae030fec7a1d87ec675cad4.tar.bz2 | |
Move pkg-config file into src directory as the standard recommends
Diffstat (limited to 'src/libirecovery.pc.in')
| -rw-r--r-- | src/libirecovery.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/libirecovery.pc.in b/src/libirecovery.pc.in new file mode 100644 index 0000000..11ac86a --- /dev/null +++ b/src/libirecovery.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 | ||
| 10 | Cflags: -I${includedir} | ||
| 11 | Requires.private: @LIBUSB_REQUIRED@ | ||
