mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 22:56:33 +00:00
package/links: add --with/--without-libjpeg
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
96d2bdfe7d
commit
024e4e76cd
@ -28,7 +28,10 @@ else
|
|||||||
LINKS_CONF_OPTS += --without-directfb
|
LINKS_CONF_OPTS += --without-directfb
|
||||||
endif
|
endif
|
||||||
ifeq ($(BR2_PACKAGE_JPEG),y)
|
ifeq ($(BR2_PACKAGE_JPEG),y)
|
||||||
|
LINKS_CONF_OPTS += --with-libjpeg
|
||||||
LINKS_DEPENDENCIES += jpeg
|
LINKS_DEPENDENCIES += jpeg
|
||||||
|
else
|
||||||
|
LINKS_CONF_OPTS += --without-libjpeg
|
||||||
endif
|
endif
|
||||||
ifeq ($(BR2_PACKAGE_TIFF),y)
|
ifeq ($(BR2_PACKAGE_TIFF),y)
|
||||||
LINKS_CONF_OPTS += --with-libtiff
|
LINKS_CONF_OPTS += --with-libtiff
|
||||||
|
Loading…
x
Reference in New Issue
Block a user