From ff6f45b68a15c4bf33ab401e4864205e2a57a066 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 15 Nov 2015 10:11:45 +0100 Subject: 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. --- package/qingy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/qingy/Makefile') diff --git a/package/qingy/Makefile b/package/qingy/Makefile index 1e2f1ef28..c821a4f66 100644 --- a/package/qingy/Makefile +++ b/package/qingy/Makefile @@ -9,8 +9,8 @@ PKG_RELEASE:= 3 PKG_HASH:= de4b4b398d5ba81ab2544729864676a04ddc6ae818b357ee09a8770293740cd3 PKG_DESCR:= directfb getty replacement PKG_SECTION:= sys/misc -PKG_DEPENDS:= directfb libncurses librt libpthread -PKG_DEPENDS+= libstdcxx +PKG_DEPENDS:= directfb libncurses +PKG_NEEDS:= threads rt c++ PKG_BUILDDEP:= DirectFB ncurses PKG_URL:= http://qingy.sourceforge.net/ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=qingy/} -- cgit v1.2.3