From cd193c184189223c192b4768f19eda0fc3a34a04 Mon Sep 17 00:00:00 2001 From: Mikko Ylinen Date: Mon, 28 Apr 2014 15:03:41 +0300 Subject: [PATCH] Remove ecore-x dependency 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 --- configure.ac | 1 - packaging/ico-uxf-homescreen.spec | 1 - tests/system-controller/test-dummy-hs/CicoBaseWin.cpp | 3 --- 3 files changed, 5 deletions(-) diff --git a/configure.ac b/configure.ac index 0cb8190..1c61071 100644 --- a/configure.ac +++ b/configure.ac @@ -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. diff --git a/packaging/ico-uxf-homescreen.spec b/packaging/ico-uxf-homescreen.spec index bb61275..738a3a5 100644 --- a/packaging/ico-uxf-homescreen.spec +++ b/packaging/ico-uxf-homescreen.spec @@ -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) diff --git a/tests/system-controller/test-dummy-hs/CicoBaseWin.cpp b/tests/system-controller/test-dummy-hs/CicoBaseWin.cpp index 0f06165..c7ed08c 100644 --- a/tests/system-controller/test-dummy-hs/CicoBaseWin.cpp +++ b/tests/system-controller/test-dummy-hs/CicoBaseWin.cpp @@ -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 */ -- 2.7.4