mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-25 07:17:05 +00:00
4b837bd3d8
Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
24 lines
940 B
BlitzBasic
24 lines
940 B
BlitzBasic
SUMMARY = "libchamplain is a Gtk widget displaying zoomable and pannable maps"
|
|
LICENSE = "LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
|
DEPENDS = "glib-2.0 gtk+3 clutter-1.0 clutter-gtk-1.0 libsoup-3.0 cairo sqlite3"
|
|
|
|
inherit features_check gobject-introspection meson pkgconfig vala
|
|
|
|
REQUIRED_DISTRO_FEATURES = "opengl"
|
|
|
|
SRCREV = "941560af497148588783db991e8135f52a82574d"
|
|
SRC_URI = "git://github.com/gnome/libchamplain.git;branch=master;protocol=https;tag=${PV}"
|
|
|
|
# Compilation fails on 32-bit targets, due to GTimeVal usage, which assumes that
|
|
# time_t is always long, which is not always the case.
|
|
# See bugreport:
|
|
# https://gitlab.gnome.org/GNOME/libchamplain/-/issues/61
|
|
COMPATIBLE_HOST:armv4 = "null"
|
|
COMPATIBLE_HOST:armv5 = "null"
|
|
COMPATIBLE_HOST:armv7 = "null"
|
|
COMPATIBLE_HOST:armv7a = "null"
|
|
COMPATIBLE_HOST:armv7ve = "null"
|
|
COMPATIBLE_HOST:riscv32 = "null"
|
|
COMPATIBLE_HOST:x86 = "null"
|