summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2022-12-19 14:10:39 +0100
committerKhem Raj <raj.khem@gmail.com>2022-12-23 08:52:22 -0800
commit4a3bf82ff16e5af4548cbc7a393ec5d1101711b2 (patch)
tree4a56773a95968461f4eba74009a34402ca23b9a5 /meta-gnome
parent71822cd67b0f413bba025031204108cd91106bce (diff)
downloadmeta-openembedded-4a3bf82ff16e5af4548cbc7a393ec5d1101711b2.tar.gz
grilo: update 0.3.14 -> 0.3.15
build with libsoup3 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/grilo/grilo_0.3.15.bb (renamed from meta-gnome/recipes-gnome/grilo/grilo_0.3.14.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/grilo/grilo_0.3.14.bb b/meta-gnome/recipes-gnome/grilo/grilo_0.3.15.bb
index 7ceb26d7a..d51a27f01 100644
--- a/meta-gnome/recipes-gnome/grilo/grilo_0.3.14.bb
+++ b/meta-gnome/recipes-gnome/grilo/grilo_0.3.15.bb
@@ -11,7 +11,7 @@ GNOMEBASEBUILDCLASS = "meson"
11 11
12inherit gnomebase gobject-introspection gtk-doc gettext vala 12inherit gnomebase gobject-introspection gtk-doc gettext vala
13 13
14SRC_URI[archive.sha256sum] = "0369d0b00bb0f59ba5f7aea8cfc665f38df14a5b4182d28c7c1e2cd15b518743" 14SRC_URI[archive.sha256sum] = "f352acf73665669934270636fede66b52da6801fe20f638c4048ab2678577b2d"
15 15
16GIR_MESON_OPTION = "enable-introspection" 16GIR_MESON_OPTION = "enable-introspection"
17GTKDOC_MESON_OPTION = "enable-gtk-doc" 17GTKDOC_MESON_OPTION = "enable-gtk-doc"
@@ -20,7 +20,7 @@ GTKDOC_MESON_OPTION = "enable-gtk-doc"
20# | bindings/vala/meson.build:15:0: ERROR: Unknown variable "grlnet_gir". 20# | bindings/vala/meson.build:15:0: ERROR: Unknown variable "grlnet_gir".
21PACKAGECONFIG ??= "net" 21PACKAGECONFIG ??= "net"
22 22
23PACKAGECONFIG[net] = "-Denable-grl-net=true, -Denable-grl-net=false, libsoup-2.4" 23PACKAGECONFIG[net] = "-Denable-grl-net=true, -Denable-grl-net=false, libsoup-3.0"
24PACKAGECONFIG[test-ui] = "-Denable-test-ui=true, -Denable-test-ui=false, gtk+3 liboauth" 24PACKAGECONFIG[test-ui] = "-Denable-test-ui=true, -Denable-test-ui=false, gtk+3 liboauth"
25 25
26# Once we have a recipe for 'totem-plparser' this can turn into a PACKAGECONFIG 26# Once we have a recipe for 'totem-plparser' this can turn into a PACKAGECONFIG