xorg: depend on WCHAR and LOCALE
authorPeter Korsgaard <jacmet@sunsite.dk>
Fri, 22 Aug 2008 14:24:53 +0000 (14:24 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 22 Aug 2008 14:24:53 +0000 (14:24 -0000)
commitbf83d53080845f633d114250abc8b6ae88700873
treefef82e29019bd610bc04d571856c7c1ffab95c42
parent9e9e354a83c6a913062f143a1308ae19661f4a97
xorg: depend on WCHAR and LOCALE

Xorg needs WCHAR and LOCALE, so make sure it cannot be selected unless
this is enabled in the toolchain.

We unfortunately cannot make BR2_XSERVER_xorg depend on BR2_USE_LOCALE
because of a strange recursion error with dbus, but now we atleast
inform the user what to do to get a working configuration.

The real solution is ofcause of fix xorg, but that's for another day.
package/Config.in