contrib: make luci-lib-core depend on liblua-uci (#148, #150)
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 30 Oct 2010 14:50:01 +0000 (14:50 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 30 Oct 2010 14:50:01 +0000 (14:50 +0000)
contrib/package/luci/Makefile

index e1ae6e7..511722a 100644 (file)
@@ -77,7 +77,7 @@ define Package/luci-lib-core
   URL:=http://luci.subsignal.org/
   MAINTAINER:=LuCI Development Team <luci@lists.subsignal.org>
   SUBMENU:=Libraries
-  DEPENDS:=+lua
+  DEPENDS:=+lua +libuci-lua
   TITLE:=LuCI core libraries
 endef