contrib/package: make luci-lib-fastindex depend on liblua
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 18 Jun 2012 22:42:38 +0000 (22:42 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 18 Jun 2012 22:42:38 +0000 (22:42 +0000)
contrib/package/luci/Makefile

index 1b6945e..d7286b5 100644 (file)
@@ -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))