mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-01 14:12:20 +01:00
11 lines
303 B
Plaintext
11 lines
303 B
Plaintext
config BR2_PACKAGE_XAPP_XCONSOLE
|
|
bool "xconsole"
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_XLIB_LIBX11
|
|
select BR2_PACKAGE_XLIB_LIBXAW
|
|
select BR2_PACKAGE_XLIB_LIBXT
|
|
select BR2_PACKAGE_XPROTO_XPROTO
|
|
select BR2_PACKAGE_XLIB_LIBXMU
|
|
help
|
|
xconsole - monitor system console messages with X
|