contrib/package: make luci-lib-fastindex depend on liblua
This commit is contained in:
parent
fb5d41c2a5
commit
5898a32f55
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ ifneq ($(CONFIG_PACKAGE_luci-lib-nixio_cyassl),)
|
|||
endif
|
||||
|
||||
|
||||
$(eval $(call library,fastindex,Fastindex indexing module))
|
||||
$(eval $(call library,fastindex,Fastindex indexing module,+PACKAGE_luci-lib-fastindex:liblua))
|
||||
$(eval $(call library,httpclient,HTTP(S) client library,+luci-lib-web +luci-lib-nixio))
|
||||
$(eval $(call library,ipkg,LuCI IPKG/OPKG call abstraction library))
|
||||
$(eval $(call library,json,LuCI JSON library))
|
||||
|
|
Loading…
Reference in a new issue