diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-30 14:50:01 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-30 14:50:01 +0000 |
commit | 96e7553fa44c1f82bdd2dbb6b7501920fd09ff7f (patch) | |
tree | 125e20d7782702cacd2fd5a0503b73e83b97e5ad /contrib | |
parent | 1208895c18275dd1ab2b31f0fd47d15036878888 (diff) |
contrib: make luci-lib-core depend on liblua-uci (#148, #150)
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/luci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index e1ae6e759..511722a77 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -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 |