[Messaging] Fix tizen 2.4 mobile profile buildbreak
authorTomasz Iwanek <t.iwanek@samsung.com>
Mon, 2 Mar 2015 11:27:47 +0000 (12:27 +0100)
committerRafal Galka <r.galka@samsung.com>
Tue, 3 Mar 2015 13:37:12 +0000 (22:37 +0900)
Missing ecore file (Ecore_File.h) is in other pkgconfig for 2.4

Change-Id: Ib049b11489238f6534f39924c93ed734b2d552fe
Signed-off-by: Tomasz Iwanek <t.iwanek@samsung.com>
packaging/webapi-plugins.spec
src/messaging/messaging.gyp

index 5ccd45cf22deaf43773d1b044af9e62516062c30..0ecb6eecc76a67fe7349525c8dda264878029868 100755 (executable)
@@ -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
index 4b47560b424720ace23cb85f920ad98f692de34c..3c0b21db0bd79056cc27d9683bbb8e9bd1b9295b 100644 (file)
@@ -15,6 +15,7 @@
             'dbus-glib-1',
             'capi-system-info',
             'ecore',
+            'ecore-file',
             'tapi',
             'vconf',
             'db-util'