ef0903b2bd
Add missing dependency to xlib_libXrandr. Fixes: https://autobuild.buildroot.org/results/9928181557c7f99b7c74065d981f005cbd95145d/ Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
11 lines
268 B
Plaintext
11 lines
268 B
Plaintext
config BR2_PACKAGE_EVILWM
|
|
bool "evilwm"
|
|
depends on BR2_PACKAGE_XORG7
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_XLIB_LIBX11
|
|
select BR2_PACKAGE_XLIB_LIBXRANDR
|
|
help
|
|
A minimalist window manager for the X Window System
|
|
|
|
https://www.6809.org.uk/evilwm/
|