Merge pull request #7553 from micmac1/tiff-4010-switches
tiff: disable ZSTD and WebP codecs explicitly
This commit is contained in:
commit
6db5546c49
1 changed files with 4 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=tiff
|
||||
PKG_VERSION:=4.0.10
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://download.osgeo.org/libtiff
|
||||
|
@ -32,7 +32,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||
|
||||
define Package/tiff/Default
|
||||
TITLE:=TIFF
|
||||
URL:=http://www.remotesensing.org/libtiff/
|
||||
URL:=http://simplesystems.org/libtiff/
|
||||
MAINTAINER:=Jiri Slachta <jiri@slachta.eu>
|
||||
endef
|
||||
|
||||
|
@ -75,6 +75,8 @@ CONFIGURE_ARGS += \
|
|||
--enable-jpeg \
|
||||
--disable-old-jpeg \
|
||||
--disable-jbig \
|
||||
--disable-webp \
|
||||
--disable-zstd \
|
||||
--without-x
|
||||
|
||||
define Build/InstallDev/hxx
|
||||
|
|
Loading…
Reference in a new issue