1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 02:39:28 +03:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8529 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2007-08-28 15:11:42 +00:00
parent 2c438cfdf2
commit 0f54272dce

View 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