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