diff options
| author | Romain Naour <romain.naour@openwide.fr> | 2015-12-15 23:40:28 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-18 00:04:32 +0100 |
| commit | 68d32f64128ee8419954161d53c47f3d3df87309 (patch) | |
| tree | ecea4845c2e57982fdc2decdc4a2d2025ebe577c /package/dbus-cpp | |
| parent | 40e6f4ee0754878c337d39800281e25b89e34b66 (diff) | |
| download | buildroot-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.mk | 4 |
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 |

