diff options
Diffstat (limited to 'package/x11r7/xserver_xorg-server')
-rw-r--r-- | package/x11r7/xserver_xorg-server/Config.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/package/x11r7/xserver_xorg-server/Config.in b/package/x11r7/xserver_xorg-server/Config.in index 02c28282d..bea0ffa98 100644 --- a/package/x11r7/xserver_xorg-server/Config.in +++ b/package/x11r7/xserver_xorg-server/Config.in @@ -59,6 +59,24 @@ comment "xorg-xserver is BROKEN on AVR32" if BR2_PACKAGE_XSERVER_XORG_SERVER +choice + prompt "X Window System server type" + default BR2_PACKAGE_XSERVER_tinyx + help + Select the X Window System server to use + +config BR2_PACKAGE_XSERVER_xorg + bool "Modular X.org" + depends on BR2_LARGEFILE && BR2_INSTALL_LIBSTDCPP + +comment "X.org requires largefile and C++ support" + depends on !(BR2_LARGEFILE && BR2_INSTALL_LIBSTDCPP) + +config BR2_PACKAGE_XSERVER_tinyx + bool "TinyX" + +endchoice + config BR2_PACKAGE_XSERVER_XORG_SERVER_NULL_CURSOR bool "Null root cursor" help |