mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2026-04-09 14:22:30 +02:00
28 lines
710 B
BlitzBasic
28 lines
710 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 = " \
|
|
gmobile \
|
|
gsound \
|
|
libgudev \
|
|
glib-2.0 \
|
|
json-glib \
|
|
"
|
|
|
|
GIR_MESON_OPTION = ""
|
|
|
|
inherit meson pkgconfig features_check gobject-introspection vala
|
|
|
|
SRC_URI = "gitsm://source.puri.sm/Librem5/feedbackd.git;protocol=https;nobranch=1"
|
|
|
|
SRCREV = "f14642cb0408af9b6bf963eff3bc61eff6b0a1b2"
|
|
|
|
EXTRA_OEMESON += "-Dtests=false"
|
|
|
|
FILES:${PN} += "${datadir} ${systemd_user_unitdir}"
|
|
|