a5ac61715b
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
9 lines
224 B
Plaintext
9 lines
224 B
Plaintext
config BR2_PACKAGE_RXVT
|
|
bool "rxvt"
|
|
default n
|
|
depends on BR2_PACKAGE_XSERVER_xorg || BR2_PACKAGE_XSERVER_tinyx || BR2_PACKAGE_XSERVER_x11r7
|
|
help
|
|
A nice small colour vt102 X terminal emulator.
|
|
|
|
http://www.rxvt.org/
|