diff options
| -rw-r--r-- | libimobiledevice-1.0.pc.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libimobiledevice-1.0.pc.in b/libimobiledevice-1.0.pc.in index 7a5538c..dfcdd8a 100644 --- a/libimobiledevice-1.0.pc.in +++ b/libimobiledevice-1.0.pc.in | |||
| @@ -3,10 +3,10 @@ exec_prefix=@exec_prefix@ | |||
| 3 | libdir=@libdir@ | 3 | libdir=@libdir@ |
| 4 | includedir=@includedir@ | 4 | includedir=@includedir@ |
| 5 | 5 | ||
| 6 | Name: libimobiledevice | 6 | Name: @PACKAGE_NAME@ |
| 7 | Description: A library to communicate with services running on Apple iOS devices. | 7 | Description: A library to communicate with services running on Apple iOS devices. |
| 8 | Version: @VERSION@ | 8 | Version: @PACKAGE_VERSION@ |
| 9 | Requires: libplist >= @LIBPLIST_VERSION@ libusbmuxd >= @LIBUSBMUXD_VERSION@ @ssl_requires@ | ||
| 10 | Libs: -L${libdir} -limobiledevice | 9 | Libs: -L${libdir} -limobiledevice |
| 11 | Cflags: -I${includedir} | 10 | Cflags: -I${includedir} |
| 12 | 11 | Requires: libplist >= @LIBPLIST_VERSION@ | |
| 12 | Requires.private: libusbmuxd >= @LIBUSBMUXD_VERSION@ @ssl_requires@ \ No newline at end of file | ||
