diff options
| author | 2013-09-07 19:27:17 +0300 | |
|---|---|---|
| committer | 2013-09-07 19:36:11 +0300 | |
| commit | 05418483bbb63e014bda3dbb768e604ce810870f (patch) | |
| tree | d6eda0db10a2f3eed73cb0f961af7abda94ceebe /libimobiledevice-1.0.pc.in | |
| parent | 83c931bd0486265dda735e61fb62aac521a444d4 (diff) | |
| download | libimobiledevice-05418483bbb63e014bda3dbb768e604ce810870f.tar.gz libimobiledevice-05418483bbb63e014bda3dbb768e604ce810870f.tar.bz2 | |
make variables for package dependencies, synchronize these with .pc file
Diffstat (limited to 'libimobiledevice-1.0.pc.in')
| -rw-r--r-- | libimobiledevice-1.0.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libimobiledevice-1.0.pc.in b/libimobiledevice-1.0.pc.in index c21cc1d..e366c5e 100644 --- a/libimobiledevice-1.0.pc.in +++ b/libimobiledevice-1.0.pc.in | |||
| @@ -6,7 +6,7 @@ includedir=@includedir@ | |||
| 6 | Name: libimobiledevice | 6 | Name: libimobiledevice |
| 7 | Description: A library to communicate with services running on Apple iPhone/iPod Touch devices. | 7 | Description: A library to communicate with services running on Apple iPhone/iPod Touch devices. |
| 8 | Version: @VERSION@ | 8 | Version: @VERSION@ |
| 9 | Requires: libplist >= 0.12 libusbmuxd >= 0.1.0 @ssl_requires@ | 9 | Requires: libplist >= @LIBPLIST_VERSION@ libusbmuxd >= @LIBUSBMUXD_VERSION@ @ssl_requires@ |
| 10 | Libs: -L${libdir} -limobiledevice | 10 | Libs: -L${libdir} -limobiledevice |
| 11 | Cflags: -I${includedir} | 11 | Cflags: -I${includedir} |
| 12 | 12 | ||
