mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 14:03:29 +08:00
c667a10fc3
With the latest prebuilt ARC toolchain this package is building without any errors. Signed-off-by: Evgeniy Didin <didin@synopsys.com> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Cc: arc-buildroot@synopsys.com Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
11 lines
234 B
Plaintext
11 lines
234 B
Plaintext
config BR2_PACKAGE_XTERM
|
|
bool "xterm"
|
|
depends on BR2_PACKAGE_XORG7
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_NCURSES
|
|
select BR2_PACKAGE_XLIB_LIBXAW
|
|
help
|
|
xterm terminal emulator
|
|
|
|
http://invisible-island.net/xterm/
|