summaryrefslogtreecommitdiffstats
path: root/libimobiledevice-1.0.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'libimobiledevice-1.0.pc.in')
-rw-r--r--libimobiledevice-1.0.pc.in8
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@
3libdir=@libdir@ 3libdir=@libdir@
4includedir=@includedir@ 4includedir=@includedir@
5 5
6Name: libimobiledevice 6Name: @PACKAGE_NAME@
7Description: A library to communicate with services running on Apple iOS devices. 7Description: A library to communicate with services running on Apple iOS devices.
8Version: @VERSION@ 8Version: @PACKAGE_VERSION@
9Requires: libplist >= @LIBPLIST_VERSION@ libusbmuxd >= @LIBUSBMUXD_VERSION@ @ssl_requires@
10Libs: -L${libdir} -limobiledevice 9Libs: -L${libdir} -limobiledevice
11Cflags: -I${includedir} 10Cflags: -I${includedir}
12 11Requires: libplist >= @LIBPLIST_VERSION@
12Requires.private: libusbmuxd >= @LIBUSBMUXD_VERSION@ @ssl_requires@ \ No newline at end of file