mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
sway: install grimshot and add runtime deoendencies
This commit is contained in:
@ -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} \
|
||||
"
|
||||
|
Reference in New Issue
Block a user