added execute permission spice_codegen.py for build 07/14107/2
authorsungmin ha <sungmin82.ha@samsung.com>
Mon, 23 Dec 2013 10:05:17 +0000 (19:05 +0900)
committersungmin ha <sungmin82.ha@samsung.com>
Mon, 23 Dec 2013 10:09:20 +0000 (19:09 +0900)
Change-Id: I24ce8cff1d52652bda3de592c6b3902440d115d5
Signed-off-by: sungmin ha <sungmin82.ha@samsung.com>
package/changelog
package/pkginfo.manifest
tizen/distrib/remote/common/spice-common/spice_codegen.py [changed mode: 0644->0755]
ui/input.c

index e5fd802712eb74be394d0343c59a7fd134e7a7d1..ea0126fe7f204016e857c95c28146d76f3cba3d8 100644 (file)
@@ -1,3 +1,6 @@
+* 1.7.7
+- added execute permission spice_codegen.py for build
+== Sungmin Ha <sungmin82.ha@samsung.com> 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
index a049e12329b3d2c4022a5366e7bc515d144235c6..91af83bfdf0043bbaabd25974d30de92feb5687e 100644 (file)
@@ -1,4 +1,4 @@
-Version: 1.7.6
+Version: 1.7.7
 Maintainer: Yeong-Kyoon Lee<yeongkyoon.lee@samsung.com>
 Source: emulator
 
index 0177bf24074a1ce095745ac29aa27a9d948cb5cd..faae786feeb925a1f7ed7828e617cd27611710df 100644 (file)
@@ -22,7 +22,7 @@
  * THE SOFTWARE.
  */
 
-#ifdef CONFIG_MARU
+#ifdef CONFIG_MARU && CONFIG_LINUX
 #include <pthread.h>
 #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)) {