mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-12-28 14:38:20 +01:00
31 lines
714 B
BlitzBasic
31 lines
714 B
BlitzBasic
SUMMARY = "A daemon to provide haptic, led and audio feedback triggered by application events."
|
|
HOMEPAGE = "https://source.puri.sm/Librem5/feedbackd"
|
|
LICENSE = "GPL-3.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
|
|
|
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
|
|
|
DEPENDS = " \
|
|
gsound \
|
|
libgudev \
|
|
glib-2.0 \
|
|
json-glib \
|
|
"
|
|
|
|
GIR_MESON_OPTION = ""
|
|
|
|
inherit meson pkgconfig features_check gobject-introspection vala
|
|
|
|
SRC_URI = " \
|
|
git://source.puri.sm/Librem5/feedbackd.git;protocol=https;nobranch=1 \
|
|
"
|
|
|
|
S = "${WORKDIR}/git"
|
|
PV = "0.0.1"
|
|
SRCREV = "99c12e77d830ac8b0316c032bddd3ef082c66c72"
|
|
|
|
EXTRA_OEMESON += "-Dtests=false"
|
|
|
|
FILES:${PN} += "${datadir}"
|
|
|