diff options
author | Martin Szulecki | 2012-03-21 17:57:44 +0100 |
---|---|---|
committer | Martin Szulecki | 2012-03-21 17:57:44 +0100 |
commit | 8e3616f6129d374a0f9b088db04b55a1dbd51904 (patch) | |
tree | aa9acab3ba867872ab579cc6ac7fb238795d13c6 | |
parent | 662ef2073cb5ece7bb558700f344ea10b431fb64 (diff) | |
download | libimobiledevice-8e3616f6129d374a0f9b088db04b55a1dbd51904.tar.gz libimobiledevice-8e3616f6129d374a0f9b088db04b55a1dbd51904.tar.bz2 |
pkg-config: Remove glib2 from Requires
-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 526edcf..04b5bf6 100644 --- a/libimobiledevice-1.0.pc.in +++ b/libimobiledevice-1.0.pc.in @@ -6,7 +6,7 @@ includedir=@includedir@ Name: libimobiledevice Description: A library to communicate with services running on Apple iPhone/iPod Touch devices. Version: @VERSION@ -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 +Requires: libplist >= 0.12 libusbmuxd >= 0.1.0 gnutls >= 1.6.3 libtasn1 >= 1.1 Libs: -L${libdir} -limobiledevice Cflags: -I${includedir} |