mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
foot: add sways default terminal emulator
add foot and RRECOMMAND it to have the default terminal emulator installed
This commit is contained in:
@ -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 \
|
||||
|
Reference in New Issue
Block a user