Commit 9869ac57 authored by Francois Perrad's avatar Francois Perrad Committed by Thomas Petazzoni
Browse files

gdbm: handle optional dependency gettext

parent 89d4a209
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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))