We are using Java skin as the frontend and disabling the cocoa UI
authorJun Tian <jun.j.tian@intel.com>
Wed, 21 Nov 2012 09:08:24 +0000 (17:08 +0800)
committerJun Tian <jun.j.tian@intel.com>
Wed, 21 Nov 2012 09:09:32 +0000 (17:09 +0800)
Signed-off-by: Jun Tian <jun.j.tian@intel.com>
tizen/emulator_configure.sh

index e623a8b..deaee48 100755 (executable)
@@ -279,7 +279,7 @@ echo "##### QEMU configure append:" $CONFIGURE_APPEND
  --enable-maru \
  --enable-hax \
  --disable-vnc \
- --enable-cocoa \
+ --disable-cocoa \
  --enable-gl \
  --disable-sdl $1
 ;;