]> git.pld-linux.org Git - packages/upower.git/blobdiff - upower-libplist.patch
- added libplist patch (adjust pkgconfig name for libplist 2.2.0+); release 2
[packages/upower.git] / upower-libplist.patch
diff --git a/upower-libplist.patch b/upower-libplist.patch
new file mode 100644 (file)
index 0000000..d421349
--- /dev/null
@@ -0,0 +1,11 @@
+--- upower-0.9.23/configure.ac.orig    2020-09-13 08:29:33.403011165 +0200
++++ upower-0.9.23/configure.ac 2020-09-13 08:31:53.918916592 +0200
+@@ -200,7 +200,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 AFC is going to be built])])
This page took 0.036342 seconds and 4 git commands to generate.