foot: add sways default terminal emulator

add foot and RRECOMMAND it to have the default terminal emulator installed
This commit is contained in:
Markus Volk
2021-06-06 19:01:21 +02:00
parent 8044de610c
commit e4e03315c2
6 changed files with 155 additions and 1 deletions

View File

@ -25,7 +25,11 @@ DEPENDS += " \
wayland-protocols \
"
# sways default config makes use of it
RDEPENDS_${PN} = "swaybg"
RDEPENDS_${PN} ?= "swaybg"
RRECOMMENDS_${PN} ?= " \
foot \
"
SRC_URI = " \
git://github.com/swaywm/sway.git;protocol=https \