diff options
-rw-r--r-- | meta-gnome/recipes-gnome/geocode-glib/geocode-glib_3.26.1.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/geocode-glib/geocode-glib_3.26.1.bb b/meta-gnome/recipes-gnome/geocode-glib/geocode-glib_3.26.1.bb new file mode 100644 index 0000000000..dc218f3a35 --- /dev/null +++ b/meta-gnome/recipes-gnome/geocode-glib/geocode-glib_3.26.1.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | SUMMARY = "A convenience library for the geocoding" | ||
2 | |||
3 | LICENSE = "LGPLv2" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605" | ||
5 | |||
6 | GNOMEBASEBUILDCLASS = "meson" | ||
7 | GIR_MESON_OPTION = "enable-introspection" | ||
8 | GTKDOC_MESON_OPTION = "enable-gtk-doc" | ||
9 | |||
10 | inherit gnomebase gobject-introspection gettext gtk-doc upstream-version-is-even | ||
11 | |||
12 | DEPENDS = " \ | ||
13 | json-glib \ | ||
14 | libsoup-2.4 \ | ||
15 | " | ||
16 | |||
17 | SRC_URI[archive.md5sum] = "21094494e66c86368add6a55bf480049" | ||
18 | SRC_URI[archive.sha256sum] = "5baa6ab76a76c9fc567e4c32c3af2cd1d1784934c255bc5a62c512e6af6bde1c" | ||
19 | |||
20 | EXTRA_OEMESON = "-Denable-installed-tests=false" | ||