summaryrefslogtreecommitdiffstats
path: root/external/redland
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-02-02 14:11:58 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-02-02 14:11:58 +0100
commit1462b2784fa3e95499808b2ef706e4787a01aaae (patch)
tree547a4812a59ba6d931058fd215032804fd8cd486 /external/redland
parentAdapt LibreOfficeFlatpak.conf to newly added dependencies (diff)
downloadcore-1462b2784fa3e95499808b2ef706e4787a01aaae.tar.gz
core-1462b2784fa3e95499808b2ef706e4787a01aaae.zip
Adapt the external/redland/raptor/xml2-config.patch to raptor2-2.0.15
The Yocto-based GNOME 3.20 SDK used to build the LO Flatpak has a broken xml2-config. I cannot understand why the previous workaround worked fine with raptor2-2.0.9 in LO 5.2 and fails with raptor2-2.0.15 since LO 5.3, but this updated workaround keeps raptor's configure happy. Change-Id: Ibfb2cb8a718f744e1bb4045082520fb186d6062b
Diffstat (limited to 'external/redland')
-rw-r--r--external/redland/raptor/xml2-config.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/external/redland/raptor/xml2-config.patch b/external/redland/raptor/xml2-config.patch
index 61520a8eb72a..2550acee044a 100644
--- a/external/redland/raptor/xml2-config.patch
+++ b/external/redland/raptor/xml2-config.patch
@@ -12,3 +12,11 @@
fi
fi
+@@ -14481,6 +14481,7 @@
+
+ LIBXML_VERSION=`$PKG_CONFIG libxml-2.0 --modversion`
+ libxml_source="pkg-config"
++ XML_CONFIG="$PKG_CONFIG libxml-2.0"
+
+ fi
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libxml via pkg-config" >&5