sway: install grimshot and add runtime deoendencies

This commit is contained in:
Markus Volk
2021-07-24 13:39:36 +02:00
parent 0ed0111597
commit da0eeefcf1
2 changed files with 30 additions and 0 deletions

View File

@ -1,3 +1,4 @@
SUMMARY = "A Wayland WM"
HOMEPAGE = "https://github.com/swaywm/sway"
BUGTRACKER = "https://github.com/swaywm/sway/issues"
@ -29,6 +30,10 @@ RDEPENDS_${PN} ?= "swaybg"
RRECOMMENDS_${PN} ?= " \
foot \
jq \
grim \
slurp \
wl-clipboard \
"
SRC_URI = " \
@ -57,6 +62,10 @@ PACKAGECONFIG ?= " \
EXTRA_OEMESON += "--buildtype release"
do_install_append() {
install -m 755 ${S}/contrib/grimshot ${D}${bindir}
}
FILES_${PN}_append = " \
${datadir} \
"