Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
configure: Update libplist and libusbmuxd version dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Jun 8, 2020
1 parent 25ea1fb commit d0a476a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ dnl libtool versioning
LIBIMOBILEDEVICE_SO_VERSION=6:0:0

dnl Minimum package versions
LIBUSBMUXD_VERSION=2.0.1
LIBPLIST_VERSION=2.1.0
LIBUSBMUXD_VERSION=2.0.2
LIBPLIST_VERSION=2.2.0

AC_SUBST(LIBIMOBILEDEVICE_SO_VERSION)
AC_SUBST(LIBUSBMUXD_VERSION)
Expand All @@ -32,8 +32,8 @@ AM_PROG_CC_C_O
AC_PROG_LIBTOOL

# Checks for libraries.
PKG_CHECK_MODULES(libusbmuxd, libusbmuxd >= $LIBUSBMUXD_VERSION)
PKG_CHECK_MODULES(libplist, libplist >= $LIBPLIST_VERSION)
PKG_CHECK_MODULES(libusbmuxd, libusbmuxd-2.0 >= $LIBUSBMUXD_VERSION)
PKG_CHECK_MODULES(libplist, libplist-2.0 >= $LIBPLIST_VERSION)

# Checks for header files.
AC_HEADER_STDC
Expand Down
4 changes: 2 additions & 2 deletions src/libimobiledevice-1.0.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Description: A library to communicate with services running on Apple iOS devices
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -limobiledevice
Cflags: -I${includedir}
Requires: libplist >= @LIBPLIST_VERSION@
Requires.private: libusbmuxd >= @LIBUSBMUXD_VERSION@ @ssl_requires@
Requires: libplist-2.0 >= @LIBPLIST_VERSION@
Requires.private: libusbmuxd-2.0 >= @LIBUSBMUXD_VERSION@ @ssl_requires@

0 comments on commit d0a476a

Please sign in to comment.