diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2012-10-30 21:50:07 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2012-10-30 21:50:07 +0000 |
| commit | 19a588f1a210e271de687f5c683ee192eec3c30d (patch) | |
| tree | ec06b89256e9372ecb0fe4dc46d1ad5ec5a5b175 | |
| parent | b888c2deabefc1b23c01bcc57bfef0a64bfd87be (diff) | |
| download | upstream-19a588f1a210e271de687f5c683ee192eec3c30d.tar.gz upstream-19a588f1a210e271de687f5c683ee192eec3c30d.tar.bz2 upstream-19a588f1a210e271de687f5c683ee192eec3c30d.zip | |
libubox: add build dependency on lua
SVN-Revision: 34022
| -rw-r--r-- | package/libs/libubox/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile index ba0d6b8fea0..4ca3112b5ea 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 |
