Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 3 1/9] diffutils: only needs gettext if locale is selected
@ 2012-11-01 14:35 Arnout Vandecappelle
  2012-11-01 14:35 ` [Buildroot] [PATCH 3 2/9] flex: " Arnout Vandecappelle
                   ` (8 more replies)
  0 siblings, 9 replies; 16+ messages in thread
From: Arnout Vandecappelle @ 2012-11-01 14:35 UTC (permalink / raw)
  To: buildroot

From: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

Also add missing select in Config.in.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 package/diffutils/Config.in    |    1 +
 package/diffutils/diffutils.mk |    3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/diffutils/Config.in b/package/diffutils/Config.in
index 86da5d3..4cc16e2 100644
--- a/package/diffutils/Config.in
+++ b/package/diffutils/Config.in
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_DIFFUTILS
 	bool"diffutils"
 	depends on BR2_USE_WCHAR
+	select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
 	help
 	  GNU diff. Compare files per line.
 
diff --git a/package/diffutils/diffutils.mk b/package/diffutils/diffutils.mk
index 168d040..2530763 100644
--- a/package/diffutils/diffutils.mk
+++ b/package/diffutils/diffutils.mk
@@ -6,8 +6,7 @@
 
 DIFFUTILS_VERSION = 3.2
 DIFFUTILS_SITE = $(BR2_GNU_MIRROR)/diffutils
-DIFFUTILS_DEPENDENCIES = \
-	$(if $(BR2_PACKAGE_GETTEXT),gettext)
+DIFFUTILS_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)
 
 ifeq ($(BR2_PACKAGE_BUSYBOX),y)
 DIFFUTILS_DEPENDENCIES += busybox

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

end of thread, other threads:[~2013-08-11 14:25 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-01 14:35 [Buildroot] [PATCH 3 1/9] diffutils: only needs gettext if locale is selected Arnout Vandecappelle
2012-11-01 14:35 ` [Buildroot] [PATCH 3 2/9] flex: " Arnout Vandecappelle
2013-03-24 13:23   ` Gustavo Zacarias
2013-05-06 22:25   ` Peter Korsgaard
2012-11-01 14:35 ` [Buildroot] [PATCH 3 3/9] ndisc6: " Arnout Vandecappelle
2013-03-24 13:24   ` Gustavo Zacarias
2013-05-06 22:27   ` Peter Korsgaard
2012-11-01 14:35 ` [Buildroot] [PATCH 3 4/9] util-linux: " Arnout Vandecappelle
2012-11-01 14:36 ` [Buildroot] [PATCH 3 5/9] lshw: fix build with no LOCALE support Arnout Vandecappelle
2013-07-31 16:16   ` Thomas Petazzoni
2013-08-11 14:25     ` Arnout Vandecappelle
2012-11-01 14:36 ` [Buildroot] [PATCH 3 6/9] avahi: remove double dependency on gettext Arnout Vandecappelle
2012-11-01 14:36 ` [Buildroot] [PATCH 3 7/9] pulseaudio: remove " Arnout Vandecappelle
2012-11-01 14:36 ` [Buildroot] [PATCH 3 8/9] gdk-pixbuf: " Arnout Vandecappelle
2012-11-01 14:36 ` [Buildroot] [PATCH 3 9/9] libsoup: Remove redundant " Arnout Vandecappelle
2013-03-24 13:23 ` [Buildroot] [PATCH 3 1/9] diffutils: only needs gettext if locale is selected Gustavo Zacarias

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