summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2020-06-16 14:04:25 +0200
committerBastien Nocera <hadess@hadess.net>2020-06-16 14:04:25 +0200
commite808464a4c6b76548bdd1ba0aa1ad3eb88c50d42 (patch)
tree3764c6d2c21635c1edfd167c3f2280ad326d2480
parentd2917c0c71b2ee5cfd0e46e7401229a4c80ca0e3 (diff)
downloadupower-wip/hadess/libplist-2.2.tar.gz
build: Require a newer libplistwip/hadess/libplist-2.2
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a96b794..0731fb8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -203,7 +203,7 @@ if test x$with_backend = xlinux; then
AC_ARG_WITH(idevice, AS_HELP_STRING([--without-idevice],[Build without libimobiledevice]),
with_idevice=$withval,with_idevice=yes)
AS_IF([test "x$with_idevice" != "xno"],
- [PKG_CHECK_MODULES(IDEVICE, libimobiledevice-1.0 >= 0.9.7 libplist >= 0.12, have_idevice=yes, have_idevice=no)],
+ [PKG_CHECK_MODULES(IDEVICE, libimobiledevice-1.0 >= 0.9.7 libplist-2.0, have_idevice=yes, have_idevice=no)],
[have_idevice=no])
AS_IF([test "x$have_idevice" = "xyes"],
[AC_DEFINE(HAVE_IDEVICE, 1, [Define to 1 if iDevice is going to be built])])