summaryrefslogtreecommitdiff
path: root/src
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 /src
parent2e6270d505d7773e07e1d0f7c03ee8ad014e48fb (diff)
downloadmedia-key-accepted/tizen_3.0.m14.3_ivi.tar.gz
media-key-accepted/tizen_3.0.m14.3_ivi.tar.bz2
media-key-accepted/tizen_3.0.m14.3_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>
Diffstat (limited to 'src')
-rw-r--r--src/media_key.c2
1 files changed, 1 insertions, 1 deletions
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