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"
|
||||
default y
|
||||
|
||||
config BR2_PACKAGE_DIRECTFB_TIFF
|
||||
bool "enable TIFF support"
|
||||
select BR2_PACKAGE_TIFF
|
||||
|
||||
config BR2_PACKAGE_DIRECTFB_IMLIB2
|
||||
bool "enable IMLIB2 support"
|
||||
select BR2_PACKAGE_IMLIB2
|
||||
|
@ -106,6 +106,13 @@ else
|
||||
DIRECTFB_CONF_OPTS += --disable-gif
|
||||
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)
|
||||
DIRECTFB_CONF_OPTS += --enable-png
|
||||
DIRECTFB_DEPENDENCIES += libpng
|
||||
|
Loading…
Reference in New Issue
Block a user