summaryrefslogtreecommitdiff
path: root/package/libgd/Makefile
diff options
context:
space:
mode:
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: