diff options
Diffstat (limited to 'package/x11r7/Config.in')
-rw-r--r-- | package/x11r7/Config.in | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/package/x11r7/Config.in b/package/x11r7/Config.in index 2aac5a2d3..dc847980f 100644 --- a/package/x11r7/Config.in +++ b/package/x11r7/Config.in @@ -13,24 +13,6 @@ menuconfig BR2_PACKAGE_XORG7 if BR2_PACKAGE_XORG7 -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 - menu "X11R7 Servers" source package/x11r7/xserver_xorg-server/Config.in endmenu |