Remove locale dependency from xserver
authorPaulius Zaleckas <paulius.zaleckas@gmail.com>
Fri, 28 May 2010 14:58:35 +0000 (17:58 +0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 28 May 2010 20:00:42 +0000 (22:00 +0200)
XServer compiles just fine without locale support

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/x11r7/Config.in

index 55524a01df364c132edd2ef9ce5cc9d6210b57af..b93cc90dd4a21ba25e4209acde6504e1ee68c86c 100644 (file)
@@ -19,11 +19,10 @@ choice
 
 config BR2_PACKAGE_XSERVER_xorg
        bool "Modular X.org"
-       # depending on BR2_ENABLE_LOCALE gives a recursion error with dbus
-       depends on BR2_LARGEFILE && BR2_INSTALL_LIBSTDCPP # && BR2_ENABLE_LOCALE
+       depends on BR2_LARGEFILE && BR2_INSTALL_LIBSTDCPP
 
-comment 'X.org requires largefile, locale and C++ support'
-       depends on !(BR2_LARGEFILE && BR2_INSTALL_LIBSTDCPP && BR2_ENABLE_LOCALE)
+comment 'X.org requires largefile and C++ support'
+       depends on !(BR2_LARGEFILE && BR2_INSTALL_LIBSTDCPP)
 
 config BR2_PACKAGE_XSERVER_tinyx
        bool "TinyX"