diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-08-20 22:26:13 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-08-20 22:26:29 +0200 |
commit | cb96188c1ec67650c88d6f184aa4043ae5420edf (patch) | |
tree | 8e2b5735a47a50225424f1ede8016797eea2abeb /package/mpd | |
parent | 9b97b1e198cc745d562996d11a2f6f5c88809ee8 (diff) |
add new PKG_NEEDS variable data, fix logitechmediaserver package
Diffstat (limited to 'package/mpd')
-rw-r--r-- | package/mpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mpd/Makefile b/package/mpd/Makefile index 5cec776c3..34249bf46 100644 --- a/package/mpd/Makefile +++ b/package/mpd/Makefile @@ -12,7 +12,7 @@ PKG_SECTION:= mm/audio PKG_DEPENDS:= libmpdclient boost libncurses libexpat PKG_BUILDDEP:= libmpdclient boost ncurses expat PKG_FDEPENDS:= libmpdclient -PKG_NEEDS:= threads c++ +PKG_NEEDS:= threads c++ data PKG_URL:= http://www.musicpd.org/ PKG_SITES:= http://www.musicpd.org/download/mpd/0.20/ |