changeset 187:b68f52494bd6

removed dependencies of package pdflib_lite, because it doesn't use the external libraries anyway
author Volker Grabsch <vog@notjusthosting.com>
date Mon, 10 Nov 2008 11:08:01 +0100
parents 61e5dd6998f9
children 11829aaff7d3
files src/pdflib_lite.mk
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/pdflib_lite.mk	Mon Nov 10 10:15:55 2008 +0100
+++ b/src/pdflib_lite.mk	Mon Nov 10 11:08:01 2008 +0100
@@ -6,7 +6,7 @@
 $(PKG)_SUBDIR  := PDFlib-Lite-$($(PKG)_VERSION)
 $(PKG)_FILE    := PDFlib-Lite-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL     := http://www.pdflib.com/binaries/PDFlib/$(subst .,,$($(PKG)_VERSION))/$($(PKG)_FILE)
-$(PKG)_DEPS    := gcc zlib libpng tiff jpeg
+$(PKG)_DEPS    := gcc
 
 define $(PKG)_UPDATE
     wget -q -O- 'http://www.pdflib.com/download/pdflib-family/pdflib-lite/' | \
@@ -20,9 +20,6 @@
         --host='$(TARGET)' \
         --disable-shared \
         --prefix='$(PREFIX)/$(TARGET)' \
-        --with-pnglib='$(PREFIX)/$(TARGET)' \
-        --with-tifflib='$(PREFIX)/$(TARGET)' \
-        --with-zlib='$(PREFIX)/$(TARGET)' \
         --without-openssl \
         --without-java \
         --without-py \