[gnome-sdk-images] Attempt to add new dependencies of WebKit



commit 7ee498e7499d01a1abb2bb377b7918b386e54219
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Mon Nov 13 07:13:42 2017 -0600

    Attempt to add new dependencies of WebKit

 org.gnome.Sdk.json.in |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)
---
diff --git a/org.gnome.Sdk.json.in b/org.gnome.Sdk.json.in
index 9e44128..911583b 100644
--- a/org.gnome.Sdk.json.in
+++ b/org.gnome.Sdk.json.in
@@ -729,6 +729,35 @@
             ]
         },
         {
+            "name": "brotli",
+            "buildsystem": "cmake",
+            "config-opts": [
+                "-DCMAKE_INSTALL_PREFIX:PATH=/usr",
+                "-DCMAKE_INSTALL_LIBDIR:PATH=/usr/lib",
+            ],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "https://github.com/google/brotli/archive/v1.0.1.tar.gz";,
+                    "sha256": "6870f9c2c63ef58d7da36e5212a3e1358427572f6ac5a8b5a73a815cf3e0c4a6"
+                }
+            ]
+        },
+        {   "name": "woff2",
+            "buildsystem": "cmake",
+            "config-opts": [
+                "-DCMAKE_INSTALL_PREFIX:PATH=/usr",
+                "-DCMAKE_INSTALL_LIBDIR:PATH=/usr/lib",
+            ],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "https://github.com/google/woff2/archive/v1.0.1/woff2-1.0.1.tar.gz";,
+                    "sha256": "3e2ee65da8daf15b4162604b611f18ff44a27839238051bfb7f7e7d84edb6218"
+                }
+            ]
+        },
+        {
             "name": "webkitgtk4",
             "cleanup-platform": [ "/libexec/webkit2gtk-4.0/MiniBrowser" ],
             "buildsystem": "cmake",


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