diff options
author | Nikias Bassen | 2020-06-08 23:42:24 +0200 |
---|---|---|
committer | Nikias Bassen | 2020-06-08 23:42:24 +0200 |
commit | 452b9acf4db5ef05078451c76310dc23ed038303 (patch) | |
tree | 190d1926736199ec86a05ab1b535e95f71700022 /src/libusbmuxd-2.0.pc.in | |
parent | 60563619921981bbc76ffc4647f89542d3b3f107 (diff) | |
download | libusbmuxd-452b9acf4db5ef05078451c76310dc23ed038303.tar.gz libusbmuxd-452b9acf4db5ef05078451c76310dc23ed038303.tar.bz2 |
Fix pkg-config file pointing to older libplist dependency
Diffstat (limited to 'src/libusbmuxd-2.0.pc.in')
-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 3385bc9..c9ca6e2 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 Cflags: -I${includedir} -Requires.private: libplist >= @LIBPLIST_VERSION@
\ No newline at end of file +Requires.private: libplist-2.0 >= @LIBPLIST_VERSION@ |