mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
directfb: remove unnecessary dependency on libungif
The GIF image provider in DirectFB is self-contained and doesn't need libungif. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
This commit is contained in:
parent
dfc4deffd4
commit
7ad7a89244
@ -87,7 +87,6 @@ config BR2_PACKAGE_DIRECTFB_GIF
|
|||||||
bool "enable GIF support"
|
bool "enable GIF support"
|
||||||
default y
|
default y
|
||||||
depends on BR2_PACKAGE_DIRECTFB
|
depends on BR2_PACKAGE_DIRECTFB
|
||||||
select BR2_PACKAGE_LIBUNGIF
|
|
||||||
|
|
||||||
config BR2_PACKAGE_DIRECTFB_JPEG
|
config BR2_PACKAGE_DIRECTFB_JPEG
|
||||||
bool "enable JPEG support"
|
bool "enable JPEG support"
|
||||||
|
@ -91,7 +91,6 @@ endif
|
|||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_DIRECTFB_GIF),y)
|
ifeq ($(BR2_PACKAGE_DIRECTFB_GIF),y)
|
||||||
DIRECTFB_GIF:=--enable-gif
|
DIRECTFB_GIF:=--enable-gif
|
||||||
DIRECTFB_DEP+= libungif
|
|
||||||
else
|
else
|
||||||
DIRECTFB_GIF:=--disable-gif
|
DIRECTFB_GIF:=--disable-gif
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user