From: Jun Tian Date: Wed, 21 Nov 2012 09:08:24 +0000 (+0800) Subject: We are using Java skin as the frontend and disabling the cocoa UI X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~1346 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec186f00aac30c35150dbb32d255d48add79dbed;p=sdk%2Femulator%2Fqemu.git We are using Java skin as the frontend and disabling the cocoa UI Signed-off-by: Jun Tian --- diff --git a/tizen/emulator_configure.sh b/tizen/emulator_configure.sh index e623a8bf35..deaee48567 100755 --- a/tizen/emulator_configure.sh +++ b/tizen/emulator_configure.sh @@ -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 ;;