135bc0b079
Provides the `swaybg` utility, which is commonly used with `sway` to manage background images/color configuration for the compositor. Signed-off-by: James Knight <james.d.knight@live.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
378 B
Plaintext
14 lines
378 B
Plaintext
config BR2_PACKAGE_SWAYBG
|
|
bool "swaybg"
|
|
default y if BR2_PACKAGE_SWAY
|
|
depends on !BR2_STATIC_LIBS # wayland -> dlfcn.h
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # wayland
|
|
select BR2_PACKAGE_CAIRO
|
|
select BR2_PACKAGE_CAIRO_PNG
|
|
select BR2_PACKAGE_WAYLAND
|
|
select BR2_PACKAGE_WAYLAND_PROTOCOLS
|
|
help
|
|
Wallpaper tool for Wayland compositors.
|
|
|
|
https://github.com/swaywm/swaybg
|