Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] Remove locale dependency from xserver
@ 2010-05-28 14:58 Paulius Zaleckas
  2010-05-28 14:58 ` [Buildroot] [PATCH 2/2] Use only $(MAKE1) when installing Xserver Paulius Zaleckas
  2010-05-28 20:48 ` [Buildroot] [PATCH 1/2] Remove locale dependency from xserver Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Paulius Zaleckas @ 2010-05-28 14:58 UTC (permalink / raw)
  To: buildroot

XServer compiles just fine without locale support

Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
---

 package/x11r7/Config.in |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/package/x11r7/Config.in b/package/x11r7/Config.in
index 55524a0..b93cc90 100644
--- a/package/x11r7/Config.in
+++ b/package/x11r7/Config.in
@@ -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"

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-05-28 20:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-28 14:58 [Buildroot] [PATCH 1/2] Remove locale dependency from xserver Paulius Zaleckas
2010-05-28 14:58 ` [Buildroot] [PATCH 2/2] Use only $(MAKE1) when installing Xserver Paulius Zaleckas
2010-05-28 20:48 ` [Buildroot] [PATCH 1/2] Remove locale dependency from xserver Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox