diff options
Diffstat (limited to 'libimobiledevice-1.0.pc.in')
| -rw-r--r-- | libimobiledevice-1.0.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libimobiledevice-1.0.pc.in b/libimobiledevice-1.0.pc.in new file mode 100644 index 0000000..526edcf --- /dev/null +++ b/libimobiledevice-1.0.pc.in | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | prefix=@prefix@ | ||
| 2 | exec_prefix=@exec_prefix@ | ||
| 3 | libdir=@libdir@ | ||
| 4 | includedir=@includedir@ | ||
| 5 | |||
| 6 | Name: libimobiledevice | ||
| 7 | Description: A library to communicate with services running on Apple iPhone/iPod Touch devices. | ||
| 8 | Version: @VERSION@ | ||
| 9 | Requires: libplist >= 0.12 libusbmuxd >= 0.1.0 glib-2.0 >= 2.14.1 gthread-2.0 >= 2.14.1 gnutls >= 1.6.3 libtasn1 >= 1.1 | ||
| 10 | Libs: -L${libdir} -limobiledevice | ||
| 11 | Cflags: -I${includedir} | ||
| 12 | |||
