From mboxrd@z Thu Jan 1 00:00:00 1970 From: Romain Naour Date: Mon, 7 Dec 2015 22:29:24 +0100 Subject: [Buildroot] [PATCH v7 22/33] package/dbus-cpp: switch to libefl In-Reply-To: <1449523775-6582-1-git-send-email-romain.naour@openwide.fr> References: <1449523775-6582-1-git-send-email-romain.naour@openwide.fr> Message-ID: <1449523775-6582-23-git-send-email-romain.naour@openwide.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net 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" Signed-off-by: Romain Naour --- v6: new patch --- package/dbus-cpp/dbus-cpp.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/dbus-cpp/dbus-cpp.mk b/package/dbus-cpp/dbus-cpp.mk index 37d12e7..9236ba7 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 -- 2.4.3