فهرست منبع

Ensure consistency between XORG_none and (XORG_x11, XORG_tinyx)

Thiago A. Corrêa 17 سال پیش
والد
کامیت
9c0ef0b0a9
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      package/Config.in

+ 3 - 0
package/Config.in

@@ -357,10 +357,13 @@ source "package/qtopia4/Config.in"
 menu "X Window System server"
 config BR2_PACKAGE_XSERVER_none
 	bool "none"
+	default y
 config BR2_PACKAGE_XSERVER_xorg
 	bool "modular xorg"
+	depends on !BR2_PACKAGE_XSERVER_none
 config BR2_PACKAGE_XSERVER_tinyx
 	bool "tinyx"
+	depends on !BR2_PACKAGE_XSERVER_none
 endmenu
 
 config BR2_X11_PREFIX