Commit 9c0ef0b0 authored by Thiago A. Corrêa's avatar Thiago A. Corrêa
Browse files

Ensure consistency between XORG_none and (XORG_x11, XORG_tinyx)

parent 490f91f3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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