summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-05-10 17:12:24 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-05-10 17:12:24 +0200
commit587a2d47a7efb8ef87e587f2e025b3f9929c6509 (patch)
tree7f84c99834e0f32d965d923726c6531042464670 /package
parent45cc60eae3d69f5e079110eda9de5d7935fb9b76 (diff)
parent82862bcb9456c9b64d6dbda6edb86424033b3a04 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package')
-rw-r--r--package/DirectFB/Makefile2
-rw-r--r--package/libtheora/Makefile2
-rw-r--r--package/qingy/Makefile3
3 files changed, 5 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/libtheora/Makefile b/package/libtheora/Makefile
index 328307941..7a6437c49 100644
--- a/package/libtheora/Makefile
+++ b/package/libtheora/Makefile
@@ -20,6 +20,8 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,LIBTHEORA,libtheora,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+CONFIGURE_ARGS+= --disable-examples
+
libtheora-install:
$(INSTALL_DIR) $(IDIR_LIBTHEORA)/usr/lib
$(CP) $(WRKINST)/usr/lib/libtheora*.so* \
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/}