From 24f9418f759261572929db27514809c23928e57f Mon Sep 17 00:00:00 2001
From: nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Tue, 30 Oct 2012 21:50:07 +0000
Subject: libubox: add build dependency on lua

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34022 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 package/libs/libubox/Makefile | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'package/libs/libubox')

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
 
-- 
cgit v1.2.3