mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
drop '_git' from recipes
This commit is contained in:
27
recipes-extended/feedbackd/feedbackd_0.4.0.bb
Normal file
27
recipes-extended/feedbackd/feedbackd_0.4.0.bb
Normal file
@ -0,0 +1,27 @@
|
||||
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 = "09396c7d64ee047849e65eb7ce1b7aa88763a902"
|
||||
|
||||
EXTRA_OEMESON += "-Dtests=false"
|
||||
|
||||
FILES:${PN} += "${datadir}"
|
||||
|
Reference in New Issue
Block a user