[totem] flatpak: Disable vala plugins until flatpak-builder is fixed
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] flatpak: Disable vala plugins until flatpak-builder is fixed
- Date: Wed, 1 Aug 2018 14:29:16 +0000 (UTC)
commit a81dde7e478d36f23f9c09a47826d4d4f89f0941
Author: Bastien Nocera <hadess hadess net>
Date: Wed Aug 1 16:27:12 2018 +0200
flatpak: Disable vala plugins until flatpak-builder is fixed
Disable vala to work-around:
https://github.com/mesonbuild/meson/issues/1994
until we can use the "-j1" work-around once flatpak-builder is fixed:
https://github.com/flatpak/flatpak-builder/pull/190
flatpak/org.gnome.Totem.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/flatpak/org.gnome.Totem.json b/flatpak/org.gnome.Totem.json
index a32b7e87..aa29d617 100644
--- a/flatpak/org.gnome.Totem.json
+++ b/flatpak/org.gnome.Totem.json
@@ -218,9 +218,9 @@
"name": "totem",
"buildsystem": "meson",
"builddir": true,
- "no-parallel-make": true,
"config-opts": [
- "--libdir=lib"
+ "--libdir=lib",
+ "-Denable-vala=no"
],
"sources": [
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]