mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/tiff: explicitly disable webp
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
5cb87730fd
commit
9db9f9b4dc
@@ -12,9 +12,12 @@ TIFF_CPE_ID_VENDOR = libtiff
|
|||||||
TIFF_CPE_ID_PRODUCT = libtiff
|
TIFF_CPE_ID_PRODUCT = libtiff
|
||||||
TIFF_INSTALL_STAGING = YES
|
TIFF_INSTALL_STAGING = YES
|
||||||
|
|
||||||
|
# webp has a (optional) dependency on tiff, so we can't have webp
|
||||||
|
# support in tiff, or that would create a circular dependency.
|
||||||
TIFF_CONF_OPTS = \
|
TIFF_CONF_OPTS = \
|
||||||
--disable-contrib \
|
--disable-contrib \
|
||||||
--disable-tests \
|
--disable-tests \
|
||||||
|
--disable-webp \
|
||||||
--without-x
|
--without-x
|
||||||
|
|
||||||
TIFF_DEPENDENCIES = host-pkgconf
|
TIFF_DEPENDENCIES = host-pkgconf
|
||||||
|
|||||||
Reference in New Issue
Block a user