summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2018-07-30 17:29:31 +0200
committerBastien Nocera <hadess@hadess.net>2018-07-31 12:56:26 +0200
commit2a33b23ec1830e842f0230441a428ff28d82f96c (patch)
treee0b50c7271d208ff236aae899f89e3c7d998e169
parent9c159b4c34a0774dd9d760d580e75f96b2a27c7b (diff)
downloadtotem-2a33b23ec1830e842f0230441a428ff28d82f96c.tar.gz
flatpak: Disable parallel build
To work-around: https://github.com/mesonbuild/meson/issues/1994
-rw-r--r--flatpak/org.gnome.Totem.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/flatpak/org.gnome.Totem.json b/flatpak/org.gnome.Totem.json
index 677f3aa73..a92097161 100644
--- a/flatpak/org.gnome.Totem.json
+++ b/flatpak/org.gnome.Totem.json
@@ -228,6 +228,7 @@
"name": "totem",
"buildsystem": "meson",
"builddir": true,
+ "no-parallel-make": true,
"config-opts": [
"--libdir=lib"
],