summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-08-08 14:57:14 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-08-08 14:57:42 +0200
commit06bbb6340bab2ef9e486ead8bd30df5d2a32aafe (patch)
tree61ca31ac13f9e302ac77043a2f02bbf5fef0dc00 /patches
parent21546d2535f7e14a5eca7eb1fa9e4f7d4a3facd2 (diff)
downloadptxdist-06bbb6340bab2ef9e486ead8bd30df5d2a32aafe.tar.gz
ptxdist-06bbb6340bab2ef9e486ead8bd30df5d2a32aafe.tar.xz
libsoup: version bump 2.62.2 -> 2.66.2
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches')
-rw-r--r--patches/libsoup-2.66.2/0001-meson-allow-enabling-gir-when-cross-compiling.patch22
-rw-r--r--patches/libsoup-2.66.2/series4
2 files changed, 26 insertions, 0 deletions
diff --git a/patches/libsoup-2.66.2/0001-meson-allow-enabling-gir-when-cross-compiling.patch b/patches/libsoup-2.66.2/0001-meson-allow-enabling-gir-when-cross-compiling.patch
new file mode 100644
index 000000000..5acb5bab9
--- /dev/null
+++ b/patches/libsoup-2.66.2/0001-meson-allow-enabling-gir-when-cross-compiling.patch
@@ -0,0 +1,22 @@
+From: Michael Olbrich <m.olbrich@pengutronix.de>
+Date: Thu, 8 Aug 2019 14:56:33 +0200
+Subject: [PATCH] meson: allow enabling gir when cross-compiling
+
+Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
+---
+ meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/meson.build b/meson.build
+index 89837c1553c6..759821019b29 100644
+--- a/meson.build
++++ b/meson.build
+@@ -290,7 +290,7 @@ enable_gnome = get_option('gnome') and host_machine.system() != 'windows'
+ # FIXME: once we start to require meson 0.49.0+ and gnome-introspection 1.58.1+
+ # the we can enable the introspection even for the static build. See
+ # https://github.com/mesonbuild/meson/pull/4478.
+-enable_introspection = get_option('introspection') and find_program('g-ir-scanner', required: false).found() and not meson.is_cross_build() and not is_static_library
++enable_introspection = get_option('introspection') and find_program('g-ir-scanner', required: false).found() and not is_static_library
+
+ ############
+ # Vala API #
diff --git a/patches/libsoup-2.66.2/series b/patches/libsoup-2.66.2/series
new file mode 100644
index 000000000..305ed6fe0
--- /dev/null
+++ b/patches/libsoup-2.66.2/series
@@ -0,0 +1,4 @@
+# generated by git-ptx-patches
+#tag:base --start-number 1
+0001-meson-allow-enabling-gir-when-cross-compiling.patch
+# b5e8cd63bf616136df653d409ae9e0f9 - git-ptx-patches magic