summaryrefslogtreecommitdiff
path: root/package/libgd/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-10 16:04:20 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-10 16:04:20 +0100
commit4d67113807752d105209c4624aabfe8586866fd6 (patch)
treea0ae6ae08b096ee84163984aa4b39157fcef17f9 /package/libgd/Makefile
parentdd6fdf4bbb32fcb29b4553a16241768e29911633 (diff)
diable tiff/vpx
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: