[gnome-photos/wip/rishi/flatpak-update-babl-meson] flatpak: Switch babl to Meson
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-photos/wip/rishi/flatpak-update-babl-meson] flatpak: Switch babl to Meson
- Date: Mon, 19 Aug 2019 14:39:56 +0000 (UTC)
commit c7a2b3d566aa9911fd64d3a5e19d657d796f17cc
Author: Debarshi Ray <debarshir gnome org>
Date: Mon Aug 19 16:37:35 2019 +0200
flatpak: Switch babl to Meson
flatpak/org.gnome.Photos.json | 16 ++--------------
1 file changed, 2 insertions(+), 14 deletions(-)
---
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index 94355a60..8f335350 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -45,20 +45,8 @@
"modules": [
{
"name": "babl",
- "build-options" : {
- "arch" : {
- "i386" : {
- "config-opts" : [
- "--build=i586-unknown-linux-gnu"
- ]
- },
- "arm" : {
- "config-opts" : [
- "--build=arm-unknown-linux-gnueabi"
- ]
- }
- }
- },
+ "buildsystem": "meson",
+ "config-opts": [ "-Denable-gir=false", "-Dwith-docs=false" ],
"sources": [
{
"type": "git",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]