mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-25 11:30:37 -09:00
libecore: fix directfb dependency
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -20,13 +20,13 @@ LIBECORE_CONF_OPT = --disable-simple-x11
|
||||
# libecore
|
||||
ifeq ($(BR2_PACKAGE_LIBECORE_DIRECTFB),y)
|
||||
LIBECORE_CONF_OPT += --enable-ecore-directfb
|
||||
LIBECORE_DEPENDENCIES += directfb
|
||||
else
|
||||
LIBECORE_CONF_OPT += --disable-ecore-directfb
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBECORE_FB),y)
|
||||
LIBECORE_CONF_OPT += --enable-ecore-fb
|
||||
LIBECORE_DEPENDENCIES += directfb
|
||||
else
|
||||
LIBECORE_CONF_OPT += --disable-ecore-fb
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user