[gnome-games] flatpak: Update grilo and grilo-plugins options
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] flatpak: Update grilo and grilo-plugins options
- Date: Wed, 9 Oct 2019 21:26:33 +0000 (UTC)
commit 4d659c4eae265c0652c9cc823418dd5092ac1ed1
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Thu Oct 10 02:20:35 2019 +0500
flatpak: Update grilo and grilo-plugins options
Remove nonexistent options, disable test UI for grilo.
grilo-plugins now tries to build grilo-pls as a submodule, which fails
because there's no network available. That module isn't needed for Games,
and additionally depends on totem-pl-parser, so just disable it.
flatpak/org.gnome.Games.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/flatpak/org.gnome.Games.json b/flatpak/org.gnome.Games.json
index 05cf2722..83ebd0cf 100644
--- a/flatpak/org.gnome.Games.json
+++ b/flatpak/org.gnome.Games.json
@@ -121,7 +121,7 @@
"-Denable-grl-net=true",
"-Denable-grl-pls=false",
"-Denable-gtk-doc=false",
- "-Denable-static=false"
+ "-Denable-test-ui=false"
],
"sources" : [
{
@@ -139,7 +139,6 @@
"name" : "grilo-plugins",
"buildsystem" : "meson",
"config-opts" : [
- "-Denable-goa=no",
"-Denable-filesystem=no",
"-Denable-optical-media=no",
"-Denable-youtube=no",
@@ -162,7 +161,8 @@
"-Denable-flickr=no",
"-Denable-podcasts=no",
"-Denable-chromaprint=no",
- "-Denable-lua-factory=yes"
+ "-Denable-lua-factory=yes",
+ "--wrap-mode=nodownload"
],
"sources" : [
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]