[gnome-weather/wip/ewlsh/gtk4] Update build configuration.



commit 00073cef18687bf4f7c11d868be2b198a90dab6e
Author: Evan Welsh <contact evanwelsh com>
Date:   Mon Dec 28 00:48:23 2020 -0600

    Update build configuration.

 meson.build            |  2 +-
 org.gnome.Weather.json | 10 ++++++++--
 2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/meson.build b/meson.build
index 2ad1ef7..df7b060 100644
--- a/meson.build
+++ b/meson.build
@@ -13,7 +13,7 @@ dependency('gtk4', version :'>=4.0')
 dependency('gjs-1.0', version: '>= 1.50.0')
 dependency('geoclue-2.0', version: '>= 0.12.99')
 dependency('libhandy-4', version: '>= 1.1.0')
-dependency('gweather-4.0', version: '>= 40.0')
+dependency('gweather-4.0', version: '>= 3.90.0')
 
 # Profiles
 if get_option('profile') == 'development'
diff --git a/org.gnome.Weather.json b/org.gnome.Weather.json
index b878c53..a0a68dc 100644
--- a/org.gnome.Weather.json
+++ b/org.gnome.Weather.json
@@ -53,17 +53,23 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://gitlab.gnome.org/GNOME/libgweather.git";
+                    "url" : "https://gitlab.gnome.org/mlundblad/libgweather.git";,
+                    "branch": "wip/mlundblad/no-gtk"
                 }
             ]
         },
         {
             "name" : "libhandy",
             "buildsystem" : "meson",
+            "config-opts" : [
+                "-Denable_vala=false",
+                "-Dgtk_doc=false"
+            ],
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://gitlab.gnome.org/GNOME/libhandy.git";
+                    "url" : "https://gitlab.gnome.org/exalm/libhandy.git";,
+                    "branch": "gtk4"
                 }
             ]
         },


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