From 4ae6a292dfcbf7b67d54934c8782667e748b388d Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sun, 24 May 2009 14:45:41 +0200 Subject: Remove libusb and add libusbmuxd to pkg-config file requires --- libiphone-1.0.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@ Name: libiphone Description: A library to communicate with the Lockdown server on the iPhone Version: @VERSION@ -Requires: 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 +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 Libs: -L${libdir} -liphone Cflags: -I${includedir} -- cgit v1.1-32-gdbae