From 927d54c9cfd60e86f111bfc24d85b9d9f4c4544a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 11 Nov 2021 10:27:09 +0100 Subject: libtiff: use autotools for correct *.pc generation --- package/libtiff/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'package/libtiff/Makefile') diff --git a/package/libtiff/Makefile b/package/libtiff/Makefile index dfb21684a..960605be8 100644 --- a/package/libtiff/Makefile +++ b/package/libtiff/Makefile @@ -10,7 +10,7 @@ PKG_HASH:= 0e46e5acb087ce7d1ac53cf4f56a09b221537fc86dfc5daaad1c2e89e1b37ac8 PKG_DESCR:= library for reading/writing tiff images PKG_SECTION:= libs/image PKG_NEEDS:= c++ -PKG_BUILDDEP:= cmake-host zlib xz +PKG_BUILDDEP:= zlib xz PKG_URL:= http://simplesystems.org/libtiff/ PKG_SITES:= http://download.osgeo.org/libtiff/ PKG_LIBNAME:= libtiff @@ -22,8 +22,6 @@ include ${ADK_TOPDIR}/mk/package.mk $(eval $(call PKG_template,LIBTIFF,libtiff,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) -CONFIG_STYLE:= cmake - libtiff-install: ${INSTALL_DIR} ${IDIR_LIBTIFF}/usr/lib ${CP} ${WRKINST}/usr/lib/libtiff.so* ${IDIR_LIBTIFF}/usr/lib/ -- cgit v1.2.3