From 284f6032813b47ed9de7971155c7e1f977c5505b Mon Sep 17 00:00:00 2001 From: Tomasz Iwanek Date: Mon, 2 Mar 2015 12:27:47 +0100 Subject: [PATCH] [Messaging] Fix tizen 2.4 mobile profile buildbreak Missing ecore file (Ecore_File.h) is in other pkgconfig for 2.4 Change-Id: Ib049b11489238f6534f39924c93ed734b2d552fe Signed-off-by: Tomasz Iwanek --- packaging/webapi-plugins.spec | 1 + src/messaging/messaging.gyp | 1 + 2 files changed, 2 insertions(+) diff --git a/packaging/webapi-plugins.spec b/packaging/webapi-plugins.spec index 5ccd45c..0ecb6ee 100755 --- a/packaging/webapi-plugins.spec +++ b/packaging/webapi-plugins.spec @@ -225,6 +225,7 @@ BuildRequires: pkgconfig(push) %endif %if 0%{?tizen_feature_messaging_support} +BuildRequires: pkgconfig(ecore-file) BuildRequires: pkgconfig(email-service) BuildRequires: pkgconfig(msg-service) %endif diff --git a/src/messaging/messaging.gyp b/src/messaging/messaging.gyp index 4b47560..3c0b21d 100644 --- a/src/messaging/messaging.gyp +++ b/src/messaging/messaging.gyp @@ -15,6 +15,7 @@ 'dbus-glib-1', 'capi-system-info', 'ecore', + 'ecore-file', 'tapi', 'vconf', 'db-util' -- 2.7.4