blob: df401f729168779d298d0fa1f85edf2f655b15f7 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "A convenience library for the geocoding"
2
Andrew Geissler9aee5002022-03-30 16:27:02 +00003LICENSE = "LGPL-2.0-only"
Andrew Geissler82c905d2020-04-13 13:39:40 -05004LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=55ca817ccb7d5b5b66355690e9abc605"
5
6GNOMEBASEBUILDCLASS = "meson"
7GIR_MESON_OPTION = "enable-introspection"
8GTKDOC_MESON_OPTION = "enable-gtk-doc"
9
10inherit gnomebase gobject-introspection gettext gtk-doc upstream-version-is-even
11
12DEPENDS = " \
13 json-glib \
14 libsoup-2.4 \
15"
16
17SRC_URI[archive.md5sum] = "e1ef140a11a543643d170dc701009e39"
18SRC_URI[archive.sha256sum] = "01fe84cfa0be50c6e401147a2bc5e2f1574326e2293b55c69879be3e82030fd1"
19
20EXTRA_OEMESON = "-Denable-installed-tests=false"