blob: a89ab8cc741ceecdbc46e9aca342fa55089f273b [file] [log] [blame]
Patrick Williamsac13d5f2023-11-24 18:59:46 -06001SUMMARY = "libchamplain is a Gtk widget displaying zoomable and pannable maps"
2LICENSE = "LGPL-2.1-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
4DEPENDS = "glib-2.0 gtk+3 clutter-1.0 clutter-gtk-1.0 libsoup-3.0 cairo sqlite3"
5
6inherit features_check gobject-introspection meson pkgconfig vala
7
8REQUIRED_DISTRO_FEATURES = "opengl"
9
10SRCREV = "941560af497148588783db991e8135f52a82574d"
11SRC_URI = "git://github.com/gnome/libchamplain.git;branch=master;protocol=https"
12
13S = "${WORKDIR}/git"
14