summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-05-08 11:10:23 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-05-08 11:10:23 +0200
commit3e09707b49df65133535d767f07a7ed66cd841a8 (patch)
tree84751a100d92ee9a9ecaa140c0570a0d095b2536 /package
parent1e2a03b8837669413fcddd7af529adf6a80577a5 (diff)
add runtime depends
Diffstat (limited to 'package')
-rw-r--r--package/DirectFB/Makefile2
-rw-r--r--package/qingy/Makefile3
2 files changed, 3 insertions, 2 deletions
diff --git a/package/DirectFB/Makefile b/package/DirectFB/Makefile
index 11b88a290..3b4654eff 100644
--- a/package/DirectFB/Makefile
+++ b/package/DirectFB/Makefile
@@ -10,7 +10,7 @@ PKG_EXTRAVER:= 1.6-0
PKG_MD5SUM:= 641e8e999c017770da647f9b5b890906
PKG_DESCR:= Thin graphic library for the Linux framebuffer devices
PKG_SECTION:= libs
-PKG_DEPENDS:= libpng libjpeg
+PKG_DEPENDS:= libpng libjpeg libfreetype
PKG_BUILDDEP:= libpng jpeg freetype
PKG_URL:= http://www.directfb.org/
PKG_SITES:= http://directfb.org/downloads/Core/DirectFB-1.6/
diff --git a/package/qingy/Makefile b/package/qingy/Makefile
index c8e6e5fd4..e07336516 100644
--- a/package/qingy/Makefile
+++ b/package/qingy/Makefile
@@ -9,7 +9,8 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= 1e0912655e240adfd0ce5ced30bbc685
PKG_DESCR:= a DirectFB getty replacement
PKG_SECTION:= misc
-PKG_DEPENDS:= directfb libncurses libgcc librt
+PKG_DEPENDS:= directfb libncurses libgcc librt libpthread
+PKG_DEPENDS+= libstdcxx
PKG_BUILDDEP:= DirectFB ncurses
PKG_URL:= http://qingy.sourceforge.net/
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=qingy/}