Skip to content

Commit

Permalink
Update libplist and libimobiledevice version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed Jun 9, 2020
1 parent 79cded9 commit 33fabcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ AM_PROG_CC_C_O
AC_PROG_LIBTOOL

# Checks for libraries.
PKG_CHECK_MODULES(libimobiledevice, libimobiledevice-1.0 >= 1.2.0)
PKG_CHECK_MODULES(libplist, libplist >= 0.15)
PKG_CHECK_MODULES(libimobiledevice, libimobiledevice-1.0 >= 1.3.0)
PKG_CHECK_MODULES(libplist, libplist-2.0 >= 2.2.0)
PKG_CHECK_MODULES(libzip, libzip >= 0.10)

# Checks for header files.
Expand Down

0 comments on commit 33fabcb

Please sign in to comment.