summaryrefslogtreecommitdiff
path: root/package/libgd/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-11 09:17:54 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-11 09:17:54 +0100
commitbc2fd4900222c904751d14906b5e4cd3372d14e8 (patch)
tree99a35a4f011bdc9d8f1aabc906dabe28458839e7 /package/libgd/Makefile
parentc7d63e029bc682c511770b8d3189be1264325c04 (diff)
parente3fcd8688f769707d355ac3ae786d0d46185506f (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libgd/Makefile')
-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: