summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2009-05-24 14:45:41 +0200
committerGravatar Martin Szulecki2009-05-24 14:45:41 +0200
commit4ae6a292dfcbf7b67d54934c8782667e748b388d (patch)
tree04963f6d5b56628ab303409397a4e5cb4e3de070
parent735a3ab42d92a65a39ea6918aeb1ab784cad0da7 (diff)
downloadlibimobiledevice-4ae6a292dfcbf7b67d54934c8782667e748b388d.tar.gz
libimobiledevice-4ae6a292dfcbf7b67d54934c8782667e748b388d.tar.bz2
Remove libusb and add libusbmuxd to pkg-config file requires
-rw-r--r--libiphone-1.0.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiphone-1.0.pc.in b/libiphone-1.0.pc.in
index 562cf56..323a73d 100644
--- a/libiphone-1.0.pc.in
+++ b/libiphone-1.0.pc.in
@@ -6,7 +6,7 @@ includedir=@includedir@
6Name: libiphone 6Name: libiphone
7Description: A library to communicate with the Lockdown server on the iPhone 7Description: A library to communicate with the Lockdown server on the iPhone
8Version: @VERSION@ 8Version: @VERSION@
9Requires: libplist >= 0.12 libusb >= 0.1.12 glib-2.0 >= 2.14.1 gthread-2.0 >= 2.14.1 gnutls >= 1.6.3 libtasn1 >= 1.1 9Requires: 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
10Libs: -L${libdir} -liphone 10Libs: -L${libdir} -liphone
11Cflags: -I${includedir} 11Cflags: -I${includedir}
12 12