mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
ruby: add gdbm support
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
a69a830c7c
commit
687e185890
@ -30,6 +30,9 @@ RUBY_CONF_ENV = CFLAGS="$(RUBY_CFLAGS)"
|
|||||||
ifeq ($(BR2_PACKAGE_BERKELEYDB),y)
|
ifeq ($(BR2_PACKAGE_BERKELEYDB),y)
|
||||||
RUBY_DEPENDENCIES += berkeleydb
|
RUBY_DEPENDENCIES += berkeleydb
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(BR2_PACKAGE_GDBM),y)
|
||||||
|
RUBY_DEPENDENCIES += gdbm
|
||||||
|
endif
|
||||||
ifeq ($(BR2_PACKAGE_LIBYAML),y)
|
ifeq ($(BR2_PACKAGE_LIBYAML),y)
|
||||||
RUBY_DEPENDENCIES += libyaml
|
RUBY_DEPENDENCIES += libyaml
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user