gluon.mk: depend on luasrcdiet/host instead of luci-base/host

We don't use anything else from luci-base anymore.
This commit is contained in:
Matthias Schiffer 2019-11-23 15:19:39 +01:00
parent 23fd9cd0f9
commit 43b1368b70
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C

View File

@ -1,8 +1,7 @@
GLUON_MK := $(abspath $(lastword $(MAKEFILE_LIST))) GLUON_MK := $(abspath $(lastword $(MAKEFILE_LIST)))
PKG_FILE_DEPENDS += $(GLUON_MK) PKG_FILE_DEPENDS += $(GLUON_MK)
# Dependencies for LuaSrcDiet PKG_BUILD_DEPENDS += luasrcdiet/host
PKG_BUILD_DEPENDS += luci-base/host
ifneq ($(wildcard ./src/respondd.c),) ifneq ($(wildcard ./src/respondd.c),)
PKG_BUILD_DEPENDS += respondd PKG_BUILD_DEPENDS += respondd