Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] gdbm: handle optional dependency gettext
@ 2015-05-27 19:39 Francois Perrad
  2015-05-27 19:55 ` Baruch Siach
  2015-06-30 12:22 ` Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Francois Perrad @ 2015-05-27 19:39 UTC (permalink / raw)
  To: buildroot

gdbm itself is an optional dependency of perl

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 package/gdbm/gdbm.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/gdbm/gdbm.mk b/package/gdbm/gdbm.mk
index 12e1dac..f7a4370 100644
--- a/package/gdbm/gdbm.mk
+++ b/package/gdbm/gdbm.mk
@@ -10,4 +10,8 @@ GDBM_LICENSE = GPLv3+
 GDBM_LICENSE_FILES = COPYING
 GDBM_INSTALL_STAGING = YES
 
+ifeq ($(BR2_PACKAGE_GETTEXT),y)
+GDBM_DEPENDENCIES += gettext
+endif
+
 $(eval $(autotools-package))
-- 
2.1.4

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

end of thread, other threads:[~2015-06-30 12:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-27 19:39 [Buildroot] [PATCH] gdbm: handle optional dependency gettext Francois Perrad
2015-05-27 19:55 ` Baruch Siach
     [not found]   ` <CAB0FRss9-+251CWRnMSi2NPe=ySQ4wMU4XRUbr-ye_B+xstitQ@mail.gmail.com>
2015-05-28 20:36     ` Baruch Siach
2015-06-30 12:22 ` Thomas Petazzoni

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