diff options
author | Markus Volk <f_l_k@t-online.de> | 2022-11-27 13:28:37 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-11-27 08:16:26 -0800 |
commit | f66359d451ebd56e925ef0c3fa7a6449dde9d53e (patch) | |
tree | 50f5e07e6f6d2db00bb71a5562d39fd921d34f47 | |
parent | f87727ddbccb3584329fadecc7d0b99a9047e89f (diff) | |
download | meta-openembedded-f66359d451ebd56e925ef0c3fa7a6449dde9d53e.tar.gz |
libgdata: use gcr3
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/libgdata/libgdata_0.18.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libgdata/libgdata_0.18.1.bb b/meta-gnome/recipes-gnome/libgdata/libgdata_0.18.1.bb index bd9180e8a1..126ef712d6 100644 --- a/meta-gnome/recipes-gnome/libgdata/libgdata_0.18.1.bb +++ b/meta-gnome/recipes-gnome/libgdata/libgdata_0.18.1.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \ | |||
7 | file://gdata/gdata.h;endline=20;md5=079a554efcf65d46f96a515806e7e99a \ | 7 | file://gdata/gdata.h;endline=20;md5=079a554efcf65d46f96a515806e7e99a \ |
8 | file://gdata/gdata-types.h;endline=20;md5=7399b111aac8718da13888fc634be6ef" | 8 | file://gdata/gdata-types.h;endline=20;md5=7399b111aac8718da13888fc634be6ef" |
9 | 9 | ||
10 | DEPENDS = "libxml2 glib-2.0 libsoup-2.4 intltool-native liboauth gcr json-glib" | 10 | DEPENDS = "libxml2 glib-2.0 libsoup-2.4 intltool-native liboauth gcr3 json-glib" |
11 | 11 | ||
12 | GTKDOC_MESON_OPTION = "gtk_doc" | 12 | GTKDOC_MESON_OPTION = "gtk_doc" |
13 | GNOMEBASEBUILDCLASS = "meson" | 13 | GNOMEBASEBUILDCLASS = "meson" |