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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user