summaryrefslogtreecommitdiffstats
path: root/package/libs
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-30 21:50:07 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-30 21:50:07 +0000
commit24f9418f759261572929db27514809c23928e57f (patch)
treeaea8f07826254dfe2b3a8bfe30956016382a72a8 /package/libs
parentcfcea07f07dc11981054ca7af4958c3245357ad6 (diff)
libubox: add build dependency on lua
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34022 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs')
-rw-r--r--package/libs/libubox/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile
index ba0d6b8fe..4ca3112b5 100644
--- a/package/libs/libubox/Makefile
+++ b/package/libs/libubox/Makefile
@@ -17,6 +17,8 @@ PKG_LICENSE_FILES:=
PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
+PKG_BUILD_DEPENDS:=lua
+
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk