diff options
Diffstat (limited to 'package')
-rw-r--r-- | package/rxvt/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/rxvt/Config.in b/package/rxvt/Config.in index 91754edd1..edfcf27f1 100644 --- a/package/rxvt/Config.in +++ b/package/rxvt/Config.in @@ -1,7 +1,10 @@ config BR2_PACKAGE_RXVT bool "rxvt" default n + depends BR2_PACKAGE_XSERVER_xorg || BR2_PACKAGE_XSERVER_tinyx + help A nice small colour vt102 X terminal emulator. + Does not build for X11R7 yet. http://www.rxvt.org/ |