From 95e47179dfc3711099828be030d8e3cd08c1a656 Mon Sep 17 00:00:00 2001 From: sungmin ha Date: Mon, 23 Dec 2013 19:05:17 +0900 Subject: [PATCH] added execute permission spice_codegen.py for build Change-Id: I24ce8cff1d52652bda3de592c6b3902440d115d5 Signed-off-by: sungmin ha --- package/changelog | 3 +++ package/pkginfo.manifest | 2 +- tizen/distrib/remote/common/spice-common/spice_codegen.py | 0 ui/input.c | 6 +++--- 4 files changed, 7 insertions(+), 4 deletions(-) mode change 100644 => 100755 tizen/distrib/remote/common/spice-common/spice_codegen.py diff --git a/package/changelog b/package/changelog index e5fd802712..ea0126fe7f 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 1.7.7 +- added execute permission spice_codegen.py for build +== Sungmin Ha 2013-12-23 * 1.7.6 - added remote server/client packages spice-gtk, virt-viewer, celt, spice etc. - modified spice input codes for tizen specific functions diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index a049e12329..91af83bfdf 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version: 1.7.6 +Version: 1.7.7 Maintainer: Yeong-Kyoon Lee Source: emulator diff --git a/tizen/distrib/remote/common/spice-common/spice_codegen.py b/tizen/distrib/remote/common/spice-common/spice_codegen.py old mode 100644 new mode 100755 diff --git a/ui/input.c b/ui/input.c index 0177bf2407..faae786fee 100644 --- a/ui/input.c +++ b/ui/input.c @@ -22,7 +22,7 @@ * THE SOFTWARE. */ -#ifdef CONFIG_MARU +#ifdef CONFIG_MARU && CONFIG_LINUX #include #endif @@ -34,7 +34,7 @@ #include "qapi-types.h" #include "ui/keymaps.h" -#ifdef CONFIG_MARU +#ifdef CONFIG_MARU && CONFIG_LINUX extern void maru_hwkey_event(int event_type, int keycode); extern void do_rotation_event(int rotation_type); extern void do_host_kbd_enable(bool on); @@ -537,7 +537,7 @@ int kbd_mouse_has_absolute(void) return 0; } -#ifdef CONFIG_MARU +#ifdef CONFIG_MARU && CONFIG_LINUX void hwkey_put_keycode(int type, int keycode) { if (!runstate_is_running() && !runstate_check(RUN_STATE_SUSPENDED)) { -- 2.34.1