Remove ecore-x dependency 51/20151/1
authorMikko Ylinen <mikko.ylinen@intel.com>
Mon, 28 Apr 2014 12:03:41 +0000 (15:03 +0300)
committerMikko Ylinen <mikko.ylinen@intel.com>
Mon, 28 Apr 2014 12:03:41 +0000 (15:03 +0300)
It seems ecore-x dependency is no longer needed. This fix
enables to build ico-uxf-homescreen in a true wayland (no X libs)
environment.

Change-Id: I15235c462831e61e58d3d667b8010cf80a7d9918
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
configure.ac
packaging/ico-uxf-homescreen.spec
tests/system-controller/test-dummy-hs/CicoBaseWin.cpp

index 0cb8190..1c61071 100644 (file)
@@ -45,7 +45,6 @@ PKG_CHECK_MODULES([APPSVC], [appsvc])
 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])
 
 # libraries for system-controller.
index bb61275..738a3a5 100644 (file)
@@ -59,7 +59,6 @@ Requires: pkgconfig(eina)
 Requires: pkgconfig(edje)
 Requires: pkgconfig(elementary)
 Requires: pkgconfig(ecore-wayland)
-Requires: pkgconfig(ecore-x)
 Requires: pkgconfig(glib-2.0)
 Requires: pkgconfig(appsvc)
 
index 0f06165..c7ed08c 100644 (file)
@@ -22,7 +22,6 @@
 #include "CicoLog.h"
 //#include "Ecore_Wayland.h"
 //#include "Ecore.h"
-#include "Ecore_X.h"
 
 Ecore_Evas* CicoBaseWin::_window = NULL;
 
@@ -69,8 +68,6 @@ CicoBaseWin::CicoBaseWin(const char *title,
     /* get display screen size */ 
 //    ecore_main_loop_iterate();
 //    ecore_wl_screen_size_get(&_width, &_height);
-//    EAPI Ecore_X_Screen *screen = ecore_x_default_screen_get();
-//    ecore_x_screen_size_get(screen, &_width, &_height);
 //    _INFO("Display Screen Size(%dx%d)", _width, _height);
 
     /* set callback on destroy */