fonera-mp3: fix json-c dependency here as well
authorNicolas Thill <nico@openwrt.org>
Tue, 28 Aug 2007 15:11:42 +0000 (15:11 +0000)
committerNicolas Thill <nico@openwrt.org>
Tue, 28 Aug 2007 15:11:42 +0000 (15:11 +0000)
SVN-Revision: 8529

package/fonera-mp3/Makefile

index b807100b4020232120e0ac986684ecaf0c6ad642..6dea247fcae3d2d7508f075766dbbc336ab05a86 100644 (file)
@@ -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