mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
package/links: add --with/--without-libtiff
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
5fcd3f8496
commit
7c76da18e9
@ -31,7 +31,10 @@ ifeq ($(BR2_PACKAGE_JPEG),y)
|
|||||||
LINKS_DEPENDENCIES += jpeg
|
LINKS_DEPENDENCIES += jpeg
|
||||||
endif
|
endif
|
||||||
ifeq ($(BR2_PACKAGE_TIFF),y)
|
ifeq ($(BR2_PACKAGE_TIFF),y)
|
||||||
|
LINKS_CONF_OPTS += --with-libtiff
|
||||||
LINKS_DEPENDENCIES += tiff
|
LINKS_DEPENDENCIES += tiff
|
||||||
|
else
|
||||||
|
LINKS_CONF_OPTS += --without-libtiff
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user