libuci-lua is only usable with lua, so add a dependency.
Other packages like libiwinfo-lua already depend on lua.

I noticed it while carrying together dependencies for another package.
When using libuci-lua I need to depend on lua, when using libiwinfo-lua
it's automatically selected.

Signed-off-by: Stefan Hellermann <[email protected]>

--- a/package/uci/Makefile
+++ b/package/uci/Makefile
@@ -51,7 +51,7 @@ endef
 define Package/libuci-lua
   SECTION=libs
   CATEGORY=Libraries
-  DEPENDS:=+libuci +liblua
+  DEPENDS:=+libuci +liblua +lua
   TITLE:=Lua plugin for UCI
 endef
 

_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to