Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] ruby: add psych/libyaml support
@ 2014-05-20 13:44 Gustavo Zacarias
  2014-05-20 13:44 ` [Buildroot] [PATCH 2/3] ruby: add gdbm support Gustavo Zacarias
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2014-05-20 13:44 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/ruby/ruby.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/ruby/ruby.mk b/package/ruby/ruby.mk
index 0ea352d..1185323 100644
--- a/package/ruby/ruby.mk
+++ b/package/ruby/ruby.mk
@@ -29,6 +29,9 @@ RUBY_CONF_ENV = CFLAGS="$(RUBY_CFLAGS)"
 ifeq ($(BR2_PACKAGE_BERKELEYDB),y)
 	RUBY_DEPENDENCIES += berkeleydb
 endif
+ifeq ($(BR2_PACKAGE_LIBYAML),y)
+	RUBY_DEPENDENCIES += libyaml
+endif
 ifeq ($(BR2_PACKAGE_NCURSES),y)
 	RUBY_DEPENDENCIES += ncurses
 endif
-- 
1.8.5.5

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

end of thread, other threads:[~2014-06-09 10:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-20 13:44 [Buildroot] [PATCH 1/3] ruby: add psych/libyaml support Gustavo Zacarias
2014-05-20 13:44 ` [Buildroot] [PATCH 2/3] ruby: add gdbm support Gustavo Zacarias
2014-05-20 13:44 ` [Buildroot] [PATCH 3/3] ruby: remove rubygems Gustavo Zacarias
2014-06-09 10:07 ` [Buildroot] [PATCH 1/3] ruby: add psych/libyaml support Thomas Petazzoni

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