Przeglądaj źródła

Fix pkg-config file pointing to older libplist dependency

Nikias Bassen 4 lat temu
rodzic
commit
452b9acf4d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/libusbmuxd-2.0.pc.in

+ 1 - 1
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@
+Requires.private: libplist-2.0 >= @LIBPLIST_VERSION@