mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
3aed796e78
As discussed on the list, don't want to have to change the Config.in file when we bump the version of a package Signed-off-by: Will Wagner <will_wagner@carallon.com> Acked-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
7 lines
173 B
Plaintext
7 lines
173 B
Plaintext
config BR2_PACKAGE_XAPP_XHOST
|
|
bool "xhost"
|
|
select BR2_PACKAGE_XLIB_LIBX11
|
|
select BR2_PACKAGE_XLIB_LIBXMU
|
|
help
|
|
Controls host and/or user access to a running X server.
|