package/dbus-cpp: switch to libefl
The libecore package will be removed in a followup patch, so switch to libefl package which contain an updated version of libecore. Reported-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Romain Naour <romain.naour@openwide.fr> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
40e6f4ee07
commit
68d32f6412
@ -26,9 +26,9 @@ DBUS_CPP_AUTORECONF = YES
|
||||
DBUS_CPP_LICENSE = LGPLv2.1+
|
||||
DBUS_CPP_LICENSE_FILES = COPYING
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBECORE),y)
|
||||
ifeq ($(BR2_PACKAGE_EFL),y)
|
||||
DBUS_CPP_CONF_OPTS += --enable-ecore
|
||||
DBUS_CPP_DEPENDENCIES += libecore
|
||||
DBUS_CPP_DEPENDENCIES += libefl
|
||||
else
|
||||
DBUS_CPP_CONF_OPTS += --disable-ecore
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user