diff options
author | Nikias Bassen | 2021-09-01 16:47:54 +0200 |
---|---|---|
committer | Nikias Bassen | 2021-09-01 16:47:54 +0200 |
commit | 09fe385922e4d0a29fa52613c2330c9fbd530dbe (patch) | |
tree | 3e32493e8fd0e2658742b2fc274ac60bc2273c6b | |
parent | 8eae9896eedd6a685b55abed9a2db4e379ff0e69 (diff) | |
download | libusbmuxd-09fe385922e4d0a29fa52613c2330c9fbd530dbe.tar.gz libusbmuxd-09fe385922e4d0a29fa52613c2330c9fbd530dbe.tar.bz2 |
Updated pkg-config file with libimobiledevice-glue dependency
-rw-r--r-- | src/libusbmuxd-2.0.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libusbmuxd-2.0.pc.in b/src/libusbmuxd-2.0.pc.in index c489ac1..0d49441 100644 --- a/src/libusbmuxd-2.0.pc.in +++ b/src/libusbmuxd-2.0.pc.in @@ -8,4 +8,4 @@ Description: A library to communicate with the usbmux daemon Version: @PACKAGE_VERSION@ Libs: -L${libdir} -lusbmuxd-2.0 Cflags: -I${includedir} -Requires.private: libplist-2.0 >= @LIBPLIST_VERSION@ +Requires.private: libplist-2.0 >= @LIBPLIST_VERSION@ libimobiledevice-glue-1.0 >= @LIMD_GLUE_VERSION@ |