2021-10-26 10:04:59 +02:00
|
|
|
SUMMARY = "A basic keyboard, blazing the path of modern Wayland keyboards."
|
|
|
|
HOMEPAGE = "https://source.puri.sm/Librem5/virtboard"
|
|
|
|
LICENSE = "MIT"
|
|
|
|
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=0ebb9978fd668af3c88c6dfa393e866d"
|
|
|
|
|
|
|
|
REQUIRED_DISTRO_FEATURES = "wayland"
|
|
|
|
|
|
|
|
DEPENDS = " \
|
|
|
|
cairo \
|
|
|
|
glib-2.0-native \
|
|
|
|
libpng \
|
|
|
|
libxkbcommon \
|
|
|
|
pixman \
|
|
|
|
wayland \
|
|
|
|
wayland-native \
|
|
|
|
wayland-protocols \
|
|
|
|
"
|
|
|
|
|
|
|
|
SRC_URI = " \
|
2022-02-18 19:55:33 +01:00
|
|
|
git://source.puri.sm/Librem5/virtboard.git;protocol=https;branch=pureos/byzantium \
|
2021-10-26 10:04:59 +02:00
|
|
|
"
|
|
|
|
|
|
|
|
inherit meson pkgconfig gtk-icon-cache features_check
|
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
PV = "0.0.6"
|
2022-02-01 04:34:57 +01:00
|
|
|
SRCREV = "2d30762e546b7f2a165fed094c58b3d0fda30ff6"
|
2021-10-26 10:04:59 +02:00
|
|
|
|
|
|
|
FILES:${PN} += "${datadir}"
|
|
|
|
|
|
|
|
BBCLASSEXTEND = ""
|
|
|
|
|