Browse Source

fonera-mp3: fix json-c dependency here as well

SVN-Revision: 8529
Nicolas Thill 18 years ago
parent
commit
902db2062e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      package/fonera-mp3/Makefile

+ 2 - 1
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