[gnome-photos/alatiera/working-ci: 2/2] flatpak: disable vapi and python3 in gexiv2
- From: Jordan Petridis <jpetridis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos/alatiera/working-ci: 2/2] flatpak: disable vapi and python3 in gexiv2
- Date: Tue, 4 Jan 2022 04:41:18 +0000 (UTC)
commit 59b9c0c87ac0e8f1be267609ccdf83b121dcf93c
Author: Jordan Petridis <jordan centricular com>
Date: Tue Jan 4 06:30:08 2022 +0200
flatpak: disable vapi and python3 in gexiv2
We already disable introspection, but now meson complains about
vapi and python3 features which are enabled by default and depends
on introspection.
flatpak/org.gnome.Photos.json | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index b672346a..09dd6530 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -187,7 +187,9 @@
{
"name": "gexiv2",
"buildsystem": "meson",
- "config-opts": [ "-Dintrospection=false" ],
+ "config-opts": [ "-Dintrospection=false",
+ "-Dvapi=false",
+ "-Dpython3=false" ],
"sources": [
{
"type": "git",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]