diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-14 06:18:02 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-14 06:18:02 +0000 |
commit | f12b2e4a82e753e0e6964495b78a14b023925d6f (patch) | |
tree | 795972e65386429d7f5f135747698ee24d3d4c4d /package | |
parent | 3966e30541460e686012cc0d202b0dffac18ce5d (diff) | |
download | buildroot-novena-f12b2e4a82e753e0e6964495b78a14b023925d6f.tar.gz buildroot-novena-f12b2e4a82e753e0e6964495b78a14b023925d6f.zip |
Remove cirular dependencies
Diffstat (limited to 'package')
-rw-r--r-- | package/Config.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/Config.in b/package/Config.in index 0cb3a54e1..06ffa0bf1 100644 --- a/package/Config.in +++ b/package/Config.in @@ -315,8 +315,6 @@ config BR2_PACKAGE_XSERVER_xorg bool "xorg" config BR2_PACKAGE_XSERVER_tinyx bool "tinyx" - depends on BR2_USE_WCHAR - depends on BR2_ENABLE_LOCALE endchoice if BR2_PACKAGE_XSERVER_x11r7 source "package/x11r7/Config.in" |