mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/sway: enable default-wallpaper support
If swaybg is selected, set default-wallpaper to true. Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
cb39803ee3
commit
b5b18f9eba
@@ -11,7 +11,6 @@ SWAY_LICENSE_FILES = LICENSE
|
||||
SWAY_DEPENDENCIES = systemd host-pkgconf wlroots json-c pcre cairo pango
|
||||
SWAY_CONF_OPTS = \
|
||||
-Dwerror=false \
|
||||
-Ddefault-wallpaper=false \
|
||||
-Dzsh-completions=false \
|
||||
-Dfish-completions=false \
|
||||
-Dswaybar=false \
|
||||
@@ -39,4 +38,10 @@ else
|
||||
SWAY_CONF_OPTS += -Dbash-completions=false
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SWAYBG),y)
|
||||
SWAY_CONF_OPTS += -Ddefault-wallpaper=true
|
||||
else
|
||||
SWAY_CONF_OPTS += -Ddefault-wallpaper=false
|
||||
endif
|
||||
|
||||
$(eval $(meson-package))
|
||||
|
||||
Reference in New Issue
Block a user