|
@@ -1,6 +1,7 @@
|
|
menuconfig BR2_PACKAGE_XORG7
|
|
menuconfig BR2_PACKAGE_XORG7
|
|
bool "X.org X Window System"
|
|
bool "X.org X Window System"
|
|
depends on BR2_USE_WCHAR
|
|
depends on BR2_USE_WCHAR
|
|
|
|
+ depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
help
|
|
help
|
|
Support for X11R7 libraries, servers, drivers, and/or
|
|
Support for X11R7 libraries, servers, drivers, and/or
|
|
applications in the target.
|
|
applications in the target.
|
|
@@ -261,5 +262,5 @@ if BR2_PACKAGE_XORG7
|
|
endmenu
|
|
endmenu
|
|
endif
|
|
endif
|
|
|
|
|
|
-comment "X.org needs a toolchain w/ wchar"
|
|
|
|
- depends on !BR2_USE_WCHAR
|
|
|
|
|
|
+comment "X.org needs a toolchain w/ wchar, threads"
|
|
|
|
+ depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|