[gnome-apps-nightly] Make photos build on i386



commit 62e6e8d91f4649d47f68e6e1bf24b05cbf368ba2
Author: Alexander Larsson <alexl redhat com>
Date:   Tue Jan 24 11:30:07 2017 +0100

    Make photos build on i386

 org.gnome.Photos.json |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/org.gnome.Photos.json b/org.gnome.Photos.json
index 24eae47..ae57ff7 100644
--- a/org.gnome.Photos.json
+++ b/org.gnome.Photos.json
@@ -42,6 +42,20 @@
     "modules": [
            {
             "name": "babl",
+            "build-options" : {
+                "arch" : {
+                    "i386" : {
+                        "config-opts" : [
+                            "--build=i586-unknown-linux-gnu"
+                        ]
+                    },
+                   "arm" : {
+                        "config-opts" : [
+                            "--build=arm-unknown-linux-gnueabi"
+                       ]
+                   }
+                }
+            },
             "sources": [
                 {
                     "type": "git",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]