mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
libecore: fix directfb dependency
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
94f70d5810
commit
718e1ecf5f
@ -20,13 +20,13 @@ LIBECORE_CONF_OPT = --disable-simple-x11
|
|||||||
# libecore
|
# libecore
|
||||||
ifeq ($(BR2_PACKAGE_LIBECORE_DIRECTFB),y)
|
ifeq ($(BR2_PACKAGE_LIBECORE_DIRECTFB),y)
|
||||||
LIBECORE_CONF_OPT += --enable-ecore-directfb
|
LIBECORE_CONF_OPT += --enable-ecore-directfb
|
||||||
|
LIBECORE_DEPENDENCIES += directfb
|
||||||
else
|
else
|
||||||
LIBECORE_CONF_OPT += --disable-ecore-directfb
|
LIBECORE_CONF_OPT += --disable-ecore-directfb
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBECORE_FB),y)
|
ifeq ($(BR2_PACKAGE_LIBECORE_FB),y)
|
||||||
LIBECORE_CONF_OPT += --enable-ecore-fb
|
LIBECORE_CONF_OPT += --enable-ecore-fb
|
||||||
LIBECORE_DEPENDENCIES += directfb
|
|
||||||
else
|
else
|
||||||
LIBECORE_CONF_OPT += --disable-ecore-fb
|
LIBECORE_CONF_OPT += --disable-ecore-fb
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user