summaryrefslogtreecommitdiffstats
path: root/package/dbus-cpp
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@openwide.fr>2015-12-15 23:40:28 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-18 00:04:32 +0100
commit68d32f64128ee8419954161d53c47f3d3df87309 (patch)
treeecea4845c2e57982fdc2decdc4a2d2025ebe577c /package/dbus-cpp
parent40e6f4ee0754878c337d39800281e25b89e34b66 (diff)
downloadbuildroot-68d32f64128ee8419954161d53c47f3d3df87309.tar.gz
buildroot-68d32f64128ee8419954161d53c47f3d3df87309.zip
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>
Diffstat (limited to 'package/dbus-cpp')
-rw-r--r--package/dbus-cpp/dbus-cpp.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/dbus-cpp/dbus-cpp.mk b/package/dbus-cpp/dbus-cpp.mk
index 37d12e7e19..9236ba78b3 100644
--- a/package/dbus-cpp/dbus-cpp.mk
+++ b/package/dbus-cpp/dbus-cpp.mk
@@ -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
OpenPOWER on IntegriCloud