From: sungmin ha Date: Mon, 23 Dec 2013 10:05:17 +0000 (+0900) Subject: added execute permission spice_codegen.py for build X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~546^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F07%2F14107%2F2;p=sdk%2Femulator%2Fqemu.git added execute permission spice_codegen.py for build Change-Id: I24ce8cff1d52652bda3de592c6b3902440d115d5 Signed-off-by: sungmin ha --- 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)) {