foot: remove xdg-utils from RRECOMMENDS

- avoids an unneeded requirement for X11
- xdg-utils and flatpak-xdg-utils are mutually exclusive
This commit is contained in:
Markus Volk 2023-12-07 17:53:11 +01:00
parent 2981174b2c
commit cb22939f75

View File

@ -16,7 +16,7 @@ DEPENDS = " \
wayland-native \
"
RRECOMMENDS:${PN} = "ncurses-terminfo xdg-utils"
RRECOMMENDS:${PN} = "ncurses-terminfo"
SRC_URI = " \
git://codeberg.org/dnkl/foot.git;protocol=https;branch=releases/1.12 \