summaryrefslogtreecommitdiff
path: root/package/libgd
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-11 07:44:41 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-11 07:44:41 +0100
commitdd8c258716dd3fddd4501cd644cbd65e83e9a1bc (patch)
treed88ea4ed00b911c177b8211b2221bf32f272e09d /package/libgd
parentfed3a4e88610344f64cb8e2a0ea9bc85e080cac7 (diff)
parentf3c6465f816ea646d546a0320e91d7e024866ee9 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libgd')
-rw-r--r--package/libgd/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/libgd/Makefile b/package/libgd/Makefile
index 608c7ed8a..f608be694 100644
--- a/package/libgd/Makefile
+++ b/package/libgd/Makefile
@@ -5,11 +5,11 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= libgd
PKG_VERSION:= 2.1.0
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 03588159bf4faab9079849c8d709acc6
PKG_DESCR:= A library for the dynamic creation of images
PKG_SECTION:= libs
-PKG_DEPENDS:= libjpeg-turbo libpng
+PKG_DEPENDS:= libpng libjpeg-turbo
PKG_BUILDDEP:= libpng libjpeg-turbo
PKG_URL:= http://www.libgd.org/
PKG_SITES:= https://bitbucket.org/libgd/gd-libgd/downloads/
@@ -26,6 +26,8 @@ CONFIGURE_ARGS+= --without-x \
--without-freetype \
--with-jpeg=${STAGING_TARGET_DIR}/usr \
--with-png=${STAGING_TARGET_DIR}/usr \
+ --without-tiff \
+ --without-vpx \
--without-xpm
libgd-install: