summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonan Le Martret <ronan@fridu.net>2014-03-13 14:46:25 +0100
committerronan(Eurogiciel) Le Martret <ronan.lemartret@open.eurogiciel.org>2014-04-08 01:02:50 -0700
commitbecd934a2f1d620dbe1c7ae0915d574478c3eba8 (patch)
tree6bcccdc042261c2d8c3b9017e864bd47e904a3e0
parent2e6270d505d7773e07e1d0f7c03ee8ad014e48fb (diff)
downloadmedia-key-tizen_3.0.m14.2_ivi.tar.gz
media-key-tizen_3.0.m14.2_ivi.tar.bz2
media-key-tizen_3.0.m14.2_ivi.zip
utilx is base on X11 and can't be port to pure wayland. efl_util is a new package compatible with X11 and waland. BUG-TIZEN:PTREL-778 Change-Id: Ia7bb74bc1d0571acd45a893878b298265ea3b28f Signed-off-by: Ronan Le Martret <ronan@fridu.net>
-rw-r--r--CMakeLists.txt2
-rw-r--r--packaging/capi-system-media-key.spec3
-rw-r--r--src/media_key.c2
3 files changed, 3 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cb69cf3..0085604 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,7 +10,7 @@ SET(PREFIX ${CMAKE_INSTALL_PREFIX})
SET(INC_DIR include)
INCLUDE_DIRECTORIES(${INC_DIR})
-SET(requires "dlog capi-base-common aul utilX")
+SET(requires "dlog capi-base-common aul capi-ui-efl-util")
SET(pc_requires "capi-base-common")
INCLUDE(FindPkgConfig)
diff --git a/packaging/capi-system-media-key.spec b/packaging/capi-system-media-key.spec
index 5a17c61..7510e9a 100644
--- a/packaging/capi-system-media-key.spec
+++ b/packaging/capi-system-media-key.spec
@@ -11,8 +11,7 @@ BuildRequires: pkgconfig(dlog)
BuildRequires: pkgconfig(vconf)
BuildRequires: pkgconfig(capi-base-common)
BuildRequires: pkgconfig(aul)
-BuildRequires: pkgconfig(x11)
-BuildRequires: pkgconfig(utilX)
+BuildRequires: pkgconfig(capi-ui-efl-util)
%description
%{summary}.
diff --git a/src/media_key.c b/src/media_key.c
index cdd3d32..bb1325e 100644
--- a/src/media_key.c
+++ b/src/media_key.c
@@ -18,7 +18,7 @@
#include <aul.h>
#include <media_key.h>
#include <string.h>
-#include <utilX.h>
+#include <efl_util.h>
#include <dlog.h>
#ifdef LOG_TAG