mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
libgweather: update 4.0.0 -> 4.2.0
- use gtk4 - build with libsoup-3.0 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
+7
-14
@@ -11,23 +11,16 @@ For us this works perfectly fine
|
|||||||
Upstream-Status: Inappropriate [OE-specific]
|
Upstream-Status: Inappropriate [OE-specific]
|
||||||
|
|
||||||
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
||||||
---
|
Signed-off-by: Markus Volk <f_l_k@t-online.de>
|
||||||
libgweather/meson.build | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/libgweather/meson.build b/libgweather/meson.build
|
--- a/meson.build 2022-09-18 14:48:53.000000000 +0200
|
||||||
index 08311af..ef554f2 100644
|
+++ b/meson.build 2022-11-26 14:05:13.302487232 +0100
|
||||||
--- a/libgweather/meson.build
|
@@ -51,7 +51,7 @@
|
||||||
+++ b/libgweather/meson.build
|
gen_locations_variant = find_program('build-aux/meson/gen_locations_variant.py')
|
||||||
@@ -208,7 +208,7 @@ lib_libgweather = library('gweather-4',
|
|
||||||
)
|
|
||||||
|
|
||||||
g_ir_scanner = find_program('g-ir-scanner', required: get_option('introspection'))
|
g_ir_scanner = find_program('g-ir-scanner', required: get_option('introspection'))
|
||||||
-build_gir = get_option('introspection') and g_ir_scanner.found() and not meson.is_cross_build()
|
-build_gir = get_option('introspection') and g_ir_scanner.found() and not meson.is_cross_build()
|
||||||
+build_gir = get_option('introspection') and g_ir_scanner.found()
|
+build_gir = get_option('introspection') and g_ir_scanner.found()
|
||||||
|
build_docs = get_option('gtk_doc') and build_gir
|
||||||
|
|
||||||
enable_vala = get_option('enable_vala')
|
schemas_srcdir = meson.project_source_root() / 'schemas'
|
||||||
vapigen = find_program('vapigen', required: enable_vala == 'true')
|
|
||||||
--
|
|
||||||
2.34.1
|
|
||||||
|
|
||||||
|
|||||||
+3
-3
@@ -10,15 +10,15 @@ S = "${WORKDIR}/${GNOMEBN}-${PV}"
|
|||||||
inherit gnomebase gsettings gobject-introspection gettext gtk-doc vala
|
inherit gnomebase gsettings gobject-introspection gettext gtk-doc vala
|
||||||
|
|
||||||
SRC_URI += "file://0001-Allow-building-gir-in-cross-environments.patch"
|
SRC_URI += "file://0001-Allow-building-gir-in-cross-environments.patch"
|
||||||
SRC_URI[archive.sha256sum] = "440d44801b6f72b48c676e5e37f9109cfee1394fd74cc92725e1b1ba4fae834c"
|
SRC_URI[archive.sha256sum] = "af8a812da0d8976a000e1d62572c256086a817323fbf35b066dbfdd8d2ca6203"
|
||||||
|
|
||||||
GTKDOC_MESON_OPTION = "gtk_doc"
|
GTKDOC_MESON_OPTION = "gtk_doc"
|
||||||
|
|
||||||
DEPENDS = " \
|
DEPENDS = " \
|
||||||
geocode-glib \
|
geocode-glib \
|
||||||
gtk+3 \
|
gtk4 \
|
||||||
json-glib \
|
json-glib \
|
||||||
libsoup-2.4 \
|
libsoup-3.0 \
|
||||||
python3-pygobject-native \
|
python3-pygobject-native \
|
||||||
"
|
"
|
||||||
|
|
||||||
Reference in New Issue
Block a user