diff --git a/upower-0.99.11-libplist-2.0.patch b/upower-0.99.11-libplist-2.0.patch deleted file mode 100644 index 854cc52..0000000 --- a/upower-0.99.11-libplist-2.0.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- upower-0.99.11/configure.ac 2019-07-07 01:29:27.000000000 -0700 -+++ upower-0.99.11/configure.ac.new 2020-06-16 23:53:21.290122829 -0700 -@@ -203,7 +203,7 @@ - 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 >= 0.12, 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])])