Removed unnecessary build dependencies. 71/20071/1
authorOssama Othman <ossama.othman@intel.com>
Fri, 25 Apr 2014 21:27:28 +0000 (14:27 -0700)
committerOssama Othman <ossama.othman@intel.com>
Fri, 25 Apr 2014 21:27:28 +0000 (14:27 -0700)
No need for build dependencies on elementary and edbus.
Neither  is used by ico-uxf-homescreen.  Adjusted the configure
script, Makefiles and include directives accordingly.

Change-Id: I0cd642dca3fbe8d228ac0fbf81cce655da7a7b84
Signed-off-by: Ossama Othman <ossama.othman@intel.com>
13 files changed:
configure.ac
lib/system-controller/CicoSCPolicyManager.h
lib/system-controller/Makefile.am
packaging/ico-uxf-homescreen.spec
src/homescreen/Makefile.am
src/onscreen/Makefile.am
src/statusbar/CicoCommonWindow.h
src/statusbar/CicoComponentImplementation.cpp
src/statusbar/CicoComponentImplementation.h
src/statusbar/CicoStatusBar.cpp
src/statusbar/CicoStatusBar.h
src/statusbar/Makefile.am
src/syscond/Makefile.am

index 0cb8190..1827c6f 100644 (file)
@@ -43,7 +43,6 @@ PKG_CHECK_MODULES([APPSVC], [appsvc])
 
 # libraries for homescreen.
 PKG_CHECK_MODULES([EDJE], [edje])
-PKG_CHECK_MODULES([ELEM], [elementary])
 PKG_CHECK_MODULES([ECOREWAYLAND], [ecore-wayland])
 PKG_CHECK_MODULES([ECOREX], [ecore-x])
 PKG_CHECK_MODULES([WAYLANDCURSOR], [wayland-cursor])
@@ -57,11 +56,10 @@ PKG_CHECK_MODULES([MURPHYECORE], [murphy-ecore]);
 PKG_CHECK_MODULES([MURPHYRESOURCE], [murphy-resource]);
 PKG_CHECK_MODULES([LIBWEBSOCKETS], [libwebsockets]);
 PKG_CHECK_MODULES([ECOREEVAS], [ecore-evas])
-PKG_CHECK_MODULES([EDBUS], [edbus])
 
 # Set flags
-EFL_CFLAGS="$EINA_CFLAGS $EVAS_CFLAGS $ECORE_CFLAGS $EDJE_CFLAGS $ELEM_CFLAGS $ECOREWAYLAND_CFLAGS $EDBUS_CFLAGS"
-EFL_LIBS="$EINA_LIBS $EVAS_LIBS $ECORE_LIBS $EDJE_LIBS $ELEM_LIBS $ECOREWAYLAND_LIBS $ECOREX_LIBS $EDBUS_LIBS"
+EFL_CFLAGS="$EINA_CFLAGS $EVAS_CFLAGS $ECORE_CFLAGS $EDJE_CFLAGS $ECOREWAYLAND_CFLAGS"
+EFL_LIBS="$EINA_LIBS $EVAS_LIBS $ECORE_LIBS $EDJE_LIBS $ECOREWAYLAND_LIBS $ECOREX_LIBS"
 AC_SUBST(EFL_CFLAGS)
 AC_SUBST(EFL_LIBS)
 
index 591f7b6..9350ce4 100644 (file)
@@ -20,7 +20,6 @@
 #include <Ecore.h>
 #include <Eina.h>
 #include <dbus/dbus.h>
-#include <E_DBus.h>
 
 #include <map>
 #include <vector>
index 80f91d4..df99372 100644 (file)
@@ -51,7 +51,6 @@ libico_system_controller_la_CPPFLAGS =        \
        @MURPHYDOMAINCONTROLLER_CFLAGS@         \
        @MURPHYECORE_CFLAGS@                            \
        @MURPHYRESOURCE_CFLAGS@                         \
-       @EDBUS_CFLAGS@                                          \
        $(UWS_CFLAGS)                                           \
        -I../../include                                         \
        -I../common                                                     \
@@ -73,7 +72,6 @@ libico_system_controller_la_LIBADD =  \
        @MURPHYDOMAINCONTROLLER_LIBS@           \
        @MURPHYECORE_LIBS@                                      \
        @MURPHYRESOURCE_LIBS@                           \
-       @EDBUS_LIBS@                                            \
        $(UWS_LIBS)                                                     \
        $(GENIVI_LIBS)                                          \
        $(WESTONPLUGIN_LIBS)
index bb61275..c2ab30a 100644 (file)
@@ -16,8 +16,6 @@ BuildRequires: pkgconfig(eina)
 BuildRequires: pkgconfig(evas)
 BuildRequires: pkgconfig(eina)
 BuildRequires: pkgconfig(edje)
-BuildRequires: pkgconfig(elementary)
-BuildRequires: pkgconfig(edbus)
 BuildRequires: pkgconfig(dbus-1)
 BuildRequires: pkgconfig(json-glib-1.0)
 BuildRequires: pkgconfig(aul)
@@ -57,7 +55,6 @@ Requires: pkgconfig(eina)
 Requires: pkgconfig(evas)
 Requires: pkgconfig(eina)
 Requires: pkgconfig(edje)
-Requires: pkgconfig(elementary)
 Requires: pkgconfig(ecore-wayland)
 Requires: pkgconfig(ecore-x)
 Requires: pkgconfig(glib-2.0)
index be4cf9d..d482572 100644 (file)
@@ -63,6 +63,7 @@ HomeScreen_LDADD =                                    \
        ../../lib/common/.libs/libico-common.a                  \
        @CAPIAPPFWAPPLICATION_LIBS@     \
        @PKGMGR_LIBS@                                   \
+    $(ECOREEVAS_LIBS)                                  \
     $(EFL_LIBS)                                        \
     $(OPT_LIBS)                                        \
     $(WL_LIBS)                                                 \
index 4404d5d..32eaa68 100644 (file)
@@ -38,6 +38,7 @@ OnScreen_LDADD =                                      \
        ../../lib/common/.libs/libico-common.a                  \
        ../../lib/notification/.libs/libico-notification.a \
        @CAPIAPPFWAPPLICATION_LIBS@     \
+    $(ECOREEVAS_LIBS)                                  \
     $(EFL_LIBS)                                        \
     $(OPT_LIBS)                                        \
     $(AUL_LIBS)                                        \
index bbc3afa..4c7084d 100644 (file)
@@ -17,8 +17,7 @@
 #ifndef __CICO_COMMON_WINDOW_H__
 #define __CICO_COMMON_WINDOW_H__
 
-#include <Elementary.h>
-#include <Ecore.h>
+#include <Ecore_Evas.h>
 #include <Evas.h>
 #include <list>
 
index 1547c5e..574504c 100644 (file)
@@ -16,6 +16,7 @@
  */
 //==========================================================================
 
+#include <Edje.h>
 #include <ctime>
 #include <cassert>
 #include <memory>
index d11f778..284ddaf 100644 (file)
@@ -17,7 +17,7 @@
 #ifndef __CICO_COMPONENT_IMPLEMENTATION_H__
 #define __CICO_COMPONENT_IMPLEMENTATION_H__
 
-#include <Elementary.h>
+#include <Evas.h>
 #include <ctime>
 #include <list>
 #include <vector>
index d527edc..e13276b 100644 (file)
@@ -11,7 +11,7 @@
 #include <Ecore.h>
 #include <Ecore_Wayland.h>
 #include <Evas.h>
-#include <Elementary.h>
+#include <Edje.h>
 #include <ico_log.h>
 #include "CicoStatusBar.h"
 
index 9dfa088..1c2bdae 100644 (file)
@@ -17,6 +17,7 @@
 #ifndef __CICO_STATUSBAR_H__
 #define __CICO_STATUSBAR_H__
 
+#include <Ecore.h>
 #include <memory>
 #include <list>
 #include "CicoComponentImplementation.h"
index 2ac802e..e41e969 100644 (file)
@@ -42,6 +42,7 @@ StatusBar_LDADD = \
        ../../lib/common/.libs/libico-common.a \
        ../../lib/notification/.libs/libico-notification.a \
        @CAPIAPPFWAPPLICATION_LIBS@     \
+       $(ECOREEVAS_LIBS)       \
        $(EFL_LIBS)             \
        $(OPT_LIBS)             \
        $(AUL_LIBS)             \
index 16701e7..9eb3a39 100644 (file)
@@ -26,7 +26,6 @@ IcoSysconDaemon_CPPFLAGS =    \
        @MURPHYDOMAINCONTROLLER_CFLAGS@         \
        @MURPHYECORE_CFLAGS@                            \
        @MURPHYRESOURCE_CFLAGS@                         \
-       @EDBUS_CFLAGS@                                          \
        $(UWS_CFLAGS)                                           \
        -I../../include                                         \
     -I../../lib/system-controller              \
@@ -50,7 +49,6 @@ IcoSysconDaemon_LDADD = \
        @MURPHYDOMAINCONTROLLER_LIBS@   \
        @MURPHYECORE_LIBS@                              \
        @MURPHYRESOURCE_LIBS@                   \
-       @EDBUS_LIBS@                                    \
        $(UWS_LIBS)                                             \
        $(GENIVI_LIBS)                                  \
        $(WESTONPLUGIN_LIBS)