1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2024-09-07 12:06:39 +02:00
meta-rpi-diya/recipes-support/wtype/wtype_git.bb
2023-07-27 20:41:44 +02:00

17 lines
427 B
BlitzBasic

DESCRIPTION = "virtual key event for wayland"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
DEPENDS = "wayland wayland-native wayland-protocols-native wayland-protocols libxkbcommon"
SRCREV = "${AUTOREV}"
SRC_URI = "git://github.com/atx/wtype.git;protocol=https;branch=master"
S="${WORKDIR}/git"
inherit meson pkgconfig
EXTRA_OEMESON += "--buildtype release"