gdbm: handle optional dependency gettext

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Francois Perrad 2015-05-27 21:39:39 +02:00 committed by Thomas Petazzoni
parent 89d4a209f5
commit 9869ac57ea

View file

@ -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))