[totem/alatiera/flatpak-fixups: 2/3] flatpak: build libgdata with meson
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/alatiera/flatpak-fixups: 2/3] flatpak: build libgdata with meson
- Date: Fri, 12 Jul 2019 09:12:58 +0000 (UTC)
commit 910302ee1b6df2ee7f3ab5b0bf2c925c491e1ca6
Author: Jordan Petridis <jpetridis gnome org>
Date: Sun Jun 30 21:34:00 2019 +0300
flatpak: build libgdata with meson
flatpak/org.gnome.Totem.json | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/flatpak/org.gnome.Totem.json b/flatpak/org.gnome.Totem.json
index f581090ff..42d90998a 100644
--- a/flatpak/org.gnome.Totem.json
+++ b/flatpak/org.gnome.Totem.json
@@ -121,7 +121,15 @@
},
{
"name": "libgdata",
- "config-opts": [ "--disable-always-build-tests", "--disable-Werror", "--disable-static" ],
+ "buildsystem": "meson",
+ "config-opts": [
+ "-Dalways_build_tests=false",
+ "-Dgtk=disabled",
+ "-Dgtk_doc=false",
+ "-Dinstalled_tests=false",
+ "-Dintrospection=false",
+ "-Dvapi=false"
+ ],
"sources": [
{
"type": "git",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]