mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
directfb: add new TIFF option
[Thomas: don't enable option by default.] Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
e5ac8f6491
commit
d16db90e31
@ -125,6 +125,10 @@ config BR2_PACKAGE_DIRECTFB_GIF
|
|||||||
bool "enable GIF support"
|
bool "enable GIF support"
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
config BR2_PACKAGE_DIRECTFB_TIFF
|
||||||
|
bool "enable TIFF support"
|
||||||
|
select BR2_PACKAGE_TIFF
|
||||||
|
|
||||||
config BR2_PACKAGE_DIRECTFB_IMLIB2
|
config BR2_PACKAGE_DIRECTFB_IMLIB2
|
||||||
bool "enable IMLIB2 support"
|
bool "enable IMLIB2 support"
|
||||||
select BR2_PACKAGE_IMLIB2
|
select BR2_PACKAGE_IMLIB2
|
||||||
|
@ -106,6 +106,13 @@ else
|
|||||||
DIRECTFB_CONF_OPTS += --disable-gif
|
DIRECTFB_CONF_OPTS += --disable-gif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_DIRECTFB_TIFF),y)
|
||||||
|
DIRECTFB_CONF_OPTS += --enable-tiff
|
||||||
|
DIRECTFB_DEPENDENCIES += tiff
|
||||||
|
else
|
||||||
|
DIRECTFB_CONF_OPTS += --disable-tiff
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_DIRECTFB_PNG),y)
|
ifeq ($(BR2_PACKAGE_DIRECTFB_PNG),y)
|
||||||
DIRECTFB_CONF_OPTS += --enable-png
|
DIRECTFB_CONF_OPTS += --enable-png
|
||||||
DIRECTFB_DEPENDENCIES += libpng
|
DIRECTFB_DEPENDENCIES += libpng
|
||||||
|
Loading…
x
Reference in New Issue
Block a user