summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-03-14 13:24:29 +0100
committerAlexander Larsson <alexl@redhat.com>2016-03-14 13:24:29 +0100
commit8ab2a5ca61724420d79a999c7adc96481018b8b4 (patch)
treeff391342f5e9fb36ffaa283765998eaa5e1c18c4
parentd10bbb44d7b351136f2241983e301eacf6a84c21 (diff)
Don't parallel build libxcb
Hopefully this will fix the weird rebuild errors it sometimes gets.
-rw-r--r--org.freedesktop.Sdk.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/org.freedesktop.Sdk.json b/org.freedesktop.Sdk.json
index ab35671..40c4fd1 100644
--- a/org.freedesktop.Sdk.json
+++ b/org.freedesktop.Sdk.json
@@ -419,6 +419,8 @@
{
"name": "libxcb",
"rm-configure": true,
+ /* I'm getting strange python errors with parallel build: EOFError: EOF read where object expected when parsing xml desc */
+ "no-parallel-make": true,
"config-opts": [ "--disable-static", "--enable-xkb", "--disable-xprint" ],
"post-install": [ "sed 's,@libdir@,/usr/lib,;s,@prefix@,/usr,;s,@exec_prefix@,/usr,' pthread-stubs.pc.in > /usr/lib/pkgconfig/pthread-stubs.pc"],
"sources": [