From: Sooyoung Ha Date: Mon, 31 Aug 2015 05:13:09 +0000 (+0900) Subject: configure: enable the virtfs on macos and windows X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.2~40^2~169 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1692c08b82db7aaeebbb9cd79504e715b1e2bff9;p=sdk%2Femulator%2Fqemu.git configure: enable the virtfs on macos and windows The virtfs has been enabled on macos and windows so far even there was no overt declaration, it might be omitted. But it is a mandatory feature for tizen emulator, so I add the enable-virtfs to macos and windows configuration. Change-Id: Ia16ff832f04761fb6894e32a560af86ef5147be9 Signed-off-by: Sooyoung Ha --- diff --git a/tizen/emulator_configure.sh b/tizen/emulator_configure.sh index 51492fbb7e..b5f1ca2067 100755 --- a/tizen/emulator_configure.sh +++ b/tizen/emulator_configure.sh @@ -123,6 +123,7 @@ CONFIGURE_APPEND=" --cc=gcc --audio-drv-list=winwave --enable-hax + --enable-virtfs --disable-vnc --enable-sdl --enable-java-ui @@ -139,6 +140,7 @@ CONFIGURE_APPEND=" --audio-drv-list=coreaudio --enable-shm --enable-hax + --enable-virtfs --disable-vnc --disable-cocoa --disable-sdl