From: Jimmy Huang Date: Tue, 26 Feb 2013 22:23:06 +0000 (-0800) Subject: Removed build deps on ecore-x and libslp-utilx X-Git-Tag: accepted/2.0alpha-wayland/20130426.174124~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F84%2F2784%2F1;p=profile%2Fivi%2Ftaskmanager.git Removed build deps on ecore-x and libslp-utilx Signed-off-by: Jimmy Huang --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ceb23b..e9162ef 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,7 +38,6 @@ pkg_check_modules(pkgs REQUIRED ecore ecore-file ecore-input - ecore-x edje eina evas diff --git a/debian/control b/debian/control index 86b9915..6418b45 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: extra Maintainer: Junghyun Kim , hhh.kwon Uploaders: Noha Park -Build-Depends: debhelper (>= 5), libappcore-efl-dev, libelm-dev, libaul-1-dev, libslp-utilx-dev, librua-dev, libslp-sysman-dev, libail-0-dev, dlog-dev +Build-Depends: debhelper (>= 5), libappcore-efl-dev, libelm-dev, libaul-1-dev librua-dev, libslp-sysman-dev, libail-0-dev, dlog-dev Standards-Version: 3.7.2 Package: org.tizen.taskmgr diff --git a/src/_genlist.c b/src/_genlist.c index a2e29af..ea3d6c7 100755 --- a/src/_genlist.c +++ b/src/_genlist.c @@ -23,9 +23,9 @@ #include #if HAVE_X #include +#include #endif #include -#include #include #include #include diff --git a/src/_logic.c b/src/_logic.c index 1cbdd5a..041074a 100755 --- a/src/_logic.c +++ b/src/_logic.c @@ -19,7 +19,9 @@ #include #include +#if HAVE_X #include +#endif #include #include "taskmanager.h" @@ -223,7 +225,9 @@ static Eina_Bool __climsg_cb(void *data, int type, void *event) pid_a = ev->data.l[1]; pid_d = ev->data.l[3]; +#if HAVE_X a_deact = ecore_x_atom_get("_X_ILLUME_DEACTIVATE_WINDOW"); +#endif /* when pid_a == pid_d, this is useless data */ if (pid_a == pid_d) { diff --git a/src/taskmanager.c b/src/taskmanager.c index 77eaf42..26fa6df 100755 --- a/src/taskmanager.c +++ b/src/taskmanager.c @@ -21,8 +21,8 @@ #include #include #include -#include #if HAVE_X +#include #include #endif #include diff --git a/src/taskmanager.h b/src/taskmanager.h index c1d47a0..d21b4d5 100755 --- a/src/taskmanager.h +++ b/src/taskmanager.h @@ -23,8 +23,8 @@ #define __TASKMANAGER_H__ #include -#include #if HAVE_X +#include #include #endif #include