summaryrefslogtreecommitdiff
path: root/package/mpd
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-11-15 10:11:45 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-11-15 10:11:45 +0100
commitff6f45b68a15c4bf33ab401e4864205e2a57a066 (patch)
treef6bcec9bfd84158f2fc32a37b1321dacc6ffbd99 /package/mpd
parent68bace539dd6d7e271cf9b5740eb8c3c5507213d (diff)
add new ADK Symbol PKG_NEEDS
There are a lot of packages which needs special features either toolchain or hardware features. Add a new symbol which will be used to disable packages, when a toolchain for example does not provide this feature. At the moment following features are required to set for a package: threads rt c++. There will follow: mmu iconv. This will help to better support targets without MMU or threading support.
Diffstat (limited to 'package/mpd')
-rw-r--r--package/mpd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/mpd/Makefile b/package/mpd/Makefile
index 8750da211..c8f6f4085 100644
--- a/package/mpd/Makefile
+++ b/package/mpd/Makefile
@@ -9,9 +9,10 @@ PKG_RELEASE:= 1
PKG_HASH:= 7a5c66aa5af97a5b7af3dc49e3d2594071dafd62a14e2e9f7c9a5a86342836c6
PKG_DESCR:= music player daemon
PKG_SECTION:= mm/audio
-PKG_DEPENDS:= glib libstdcxx libmpdclient librt boost libncurses
-PKG_FDEPENDS:= glib libstdcxx libmpdclient librt
+PKG_DEPENDS:= glib libmpdclient boost libncurses
PKG_BUILDDEP:= glib libmpdclient boost ncurses
+PKG_FDEPENDS:= glib libmpdclient
+PKG_NEEDS:= threads rt c++
PKG_URL:= http://www.musicpd.org/
PKG_SITES:= http://www.musicpd.org/download/mpd/0.19/