gluon-config-mode-core: pull in LuCi i18n packages for enabled languages

This commit is contained in:
Matthias Schiffer 2015-03-18 20:25:12 +01:00
parent 194ea0ffd9
commit d7c8a80ba6
1 changed files with 4 additions and 1 deletions

View File

@ -10,11 +10,14 @@ PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
include $(GLUONDIR)/include/package.mk
PKG_CONFIG_DEPENDS += $(GLUON_I18N_CONFIG)
define Package/gluon-config-mode-core
SECTION:=gluon
CATEGORY:=Gluon
TITLE:=Luci based config mode for user friendly setup of new mesh nodes
DEPENDS:=+gluon-setup-mode +gluon-luci-theme +gluon-lock-password
DEPENDS:=+gluon-setup-mode +gluon-luci-theme +gluon-lock-password $(GLUON_I18N_PACKAGES)
endef
define Build/Prepare