2022-02-18 15:14:37 +01:00
|
|
|
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
|
|
|
|
|
2023-03-30 09:49:53 +02:00
|
|
|
SRC_URI = "gitsm://source.puri.sm/Librem5/feedbackd.git;protocol=https;nobranch=1"
|
2022-02-18 15:14:37 +01:00
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
2024-02-29 15:14:38 +01:00
|
|
|
PV = "0.2.1"
|
|
|
|
SRCREV = "1104cef50acb0b18a0d545e6a09773e3feb42e5b"
|
2022-02-18 15:14:37 +01:00
|
|
|
|
|
|
|
EXTRA_OEMESON += "-Dtests=false"
|
|
|
|
|
|
|
|
FILES:${PN} += "${datadir}"
|
|
|
|
|