Add explicit requirements for e_dbus. 54/16054/1 sandbox/pcoval/tizen
authorRafael Antognolli <rafael.antognolli@intel.com>
Mon, 3 Feb 2014 13:34:30 +0000 (11:34 -0200)
committerRafael Antognolli <rafael.antognolli@intel.com>
Wed, 5 Feb 2014 18:04:06 +0000 (16:04 -0200)
This fix the build for upgrading EFL to 1.8. The 1.8 version doesn't
provide e_dbus anymore, but it still can be installed to provide the
required functionality, and will work with EFL 1.8 without any problems.

Change-Id: Id552fb08a6dafd04efe67872445f1a30c4daf406
Signed-off-by: Rafael Antognolli <rafael.antognolli@intel.com>
dialer/rc.c
messages/rc.c
packaging/lemolo.spec
utils/ofono.c

index 0fed809..d0023e3 100644 (file)
@@ -2,6 +2,7 @@
 #include "config.h"
 #endif
 #include <Elementary.h>
+#include <E_DBus.h>
 
 #ifdef HAVE_NOTIFICATION
 #include <appsvc.h>
index 99c9d7a..2ecf48f 100644 (file)
@@ -2,6 +2,7 @@
 #include "config.h"
 #endif
 #include <Elementary.h>
+#include <E_DBus.h>
 
 #include "log.h"
 #include "gui.h"
index c68e0bb..b7824d5 100644 (file)
@@ -10,6 +10,7 @@ URL:        http://www.tizen.org
 Source0:    %{name}-%{version}.tar.bz2
 BuildRequires:  pkgconfig(ecore)
 BuildRequires:  pkgconfig(evas)
+BuildRequires:  pkgconfig(edbus)
 BuildRequires:  pkgconfig(elementary)
 BuildRequires:  pkgconfig(ofono)
 BuildRequires:  pkgconfig(ecore-x)
index b638a67..757ba86 100644 (file)
@@ -2,6 +2,7 @@
 #include "config.h"
 #endif
 #include <Elementary.h>
+#include <E_DBus.h>
 
 #include "ofono.h"
 #include "log.h"