mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-19 20:08:27 +01:00
17 lines
512 B
BlitzBasic
17 lines
512 B
BlitzBasic
SUMMARY = "gmobile carries some helpers for GNOME on mobile devices"
|
|
LICENSE = "GPL-3.0-only & LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|
|
|
inherit meson pkgconfig gobject-introspection
|
|
|
|
DEPENDS = "glib-2.0 json-glib"
|
|
|
|
SRC_URI = "git://gitlab.gnome.org/World/Phosh/gmobile.git;protocol=https;branch=main"
|
|
S = "${WORKDIR}/git"
|
|
SRCREV = "ca8db41bb39a3117461614ae4558a3e3019a19be"
|
|
PV = "0.2.1"
|
|
|
|
do_install:append() {
|
|
install -m 0644 ${B}/gm-config.h ${D}${includedir}
|
|
}
|