summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2007-08-28 15:11:42 +0000
committerNicolas Thill <nico@openwrt.org>2007-08-28 15:11:42 +0000
commit902db2062ef52cfdc75c618bb0728c5fa47f4880 (patch)
tree6a2b2fa9512564668535e5046cf90e23c35cfd02 /package
parentd06fe5e328a26f7b2ac2683ecc56a96d399c856a (diff)
downloadmtk-20170518-902db2062ef52cfdc75c618bb0728c5fa47f4880.zip
mtk-20170518-902db2062ef52cfdc75c618bb0728c5fa47f4880.tar.gz
mtk-20170518-902db2062ef52cfdc75c618bb0728c5fa47f4880.tar.bz2
fonera-mp3: fix json-c dependency here as well
SVN-Revision: 8529
Diffstat (limited to 'package')
-rw-r--r--package/fonera-mp3/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/fonera-mp3/Makefile b/package/fonera-mp3/Makefile
index b807100..6dea247 100644
--- a/package/fonera-mp3/Makefile
+++ b/package/fonera-mp3/Makefile
@@ -11,7 +11,8 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=fonera-mp3d
PKG_RELEASE:=1
PKG_VERSION:=1.0
-PKG_BUILD_DEPENDS:=json-c
+
+PKG_BUILD_DEPENDS:=libjson
include $(INCLUDE_DIR)/package.mk