From 02db33ed7c37da05a0418f25d310fc6952686aa8 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Wed, 21 Mar 2012 17:58:55 +0100 Subject: pkg-config: Dynamically inject required SSL provider dependencies into .pc file --- libimobiledevice-1.0.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libimobiledevice-1.0.pc.in') diff --git a/libimobiledevice-1.0.pc.in b/libimobiledevice-1.0.pc.in index 04b5bf6..c21cc1d 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 gnutls >= 1.6.3 libtasn1 >= 1.1 +Requires: libplist >= 0.12 libusbmuxd >= 0.1.0 @ssl_requires@ Libs: -L${libdir} -limobiledevice Cflags: -I${includedir} -- cgit v1.1-32-gdbae