From 8044de610cac545b2ffe55b6f64eff6cb891fb5c Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 6 Jun 2021 16:14:15 +0200 Subject: [PATCH] sway: make swaybg mandatory Sways default config makes use of swaybg. Add it as RDEPEND and install default wallpapers. Most people will expect to have a way to use wallpapers so in order not to configure things to death this feels like a sane default setting. --- recipes-wlroots/sway/sway_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-wlroots/sway/sway_git.bb b/recipes-wlroots/sway/sway_git.bb index ac00d1f..75096ce 100644 --- a/recipes-wlroots/sway/sway_git.bb +++ b/recipes-wlroots/sway/sway_git.bb @@ -24,6 +24,8 @@ DEPENDS += " \ wayland-native \ wayland-protocols \ " +# sways default config makes use of it +RDEPENDS_${PN} = "swaybg" SRC_URI = " \ git://github.com/swaywm/sway.git;protocol=https \ @@ -45,6 +47,7 @@ PACKAGECONFIG[xwayland] = "-Dxwayland=enabled,-Dxwayland=disabled,libxcb" PACKAGECONFIG ?= " \ ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ ${@bb.utils.filter('DISTRO_FEATURES', 'sysvinit', d)} \ + default-wallpaper \ gdk-pixbuf \ "