mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
swayidle: add recipe
This commit is contained in:
parent
e785152663
commit
081b55c6a8
41
recipes-support/swayidle/swayidle_git.bb
Normal file
41
recipes-support/swayidle/swayidle_git.bb
Normal file
@ -0,0 +1,41 @@
|
||||
SUMMARY = "This is sway's idle management daemon."
|
||||
HOMEPAGE = "https://github.com/swaywm/swayidle"
|
||||
BUGTRACKER = "https://github.com/swaywm/swayidle/issues"
|
||||
SECTION = "graphics"
|
||||
LICENSE = "MIT"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=42c09cdd4a8d20e68711825e20cba37e"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "wayland"
|
||||
|
||||
DEPENDS = " \
|
||||
wayland \
|
||||
wayland-native \
|
||||
wayland-protocols \
|
||||
"
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/swaywm/swayidle.git;protocol=https \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
PV = "1.6"
|
||||
SRCREV = "${PV}"
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
|
||||
PACKAGECONFIG[systemd] = "-Dlogind-provider=systemd,,systemd"
|
||||
PACKAGECONFIG[sysvinit] = "-Dlogind-provider=elogind,,elogind"
|
||||
PACKAGECONFIG[man-pages] = ",,scdoc-native"
|
||||
|
||||
PACKAGECONFIG ?= " \
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'sysvinit', d)} \
|
||||
"
|
||||
|
||||
FILES_${PN} += "${datadir}"
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release"
|
||||
|
||||
BBCLASSEXTEND = ""
|
||||
|
Loading…
Reference in New Issue
Block a user