[gnome-apps-nightly/gnome-3-22] Make photos build on i386



commit 6cdfcbc682e23f52fc3bae412638e99d9ba82d0b
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 bf594e5..182933b 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": "archive",


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