summaryrefslogtreecommitdiff
path: root/tizen/emulator_configure.sh
diff options
context:
space:
mode:
authorSooyoung Ha <yoosah.ha@samsung.com>2015-08-31 14:13:09 +0900
committerSeokYeon Hwang <syeon.hwang@samsung.com>2015-09-01 14:14:59 +0900
commit1692c08b82db7aaeebbb9cd79504e715b1e2bff9 (patch)
tree69d4f55de7dc80c6e18f2e3cd21c164e7e56a474 /tizen/emulator_configure.sh
parenta55c207367bb37a012cdb0b2bc231d948f580a13 (diff)
downloadqemu-1692c08b82db7aaeebbb9cd79504e715b1e2bff9.tar.gz
qemu-1692c08b82db7aaeebbb9cd79504e715b1e2bff9.tar.bz2
qemu-1692c08b82db7aaeebbb9cd79504e715b1e2bff9.zip
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 <yoosah.ha@samsung.com>
Diffstat (limited to 'tizen/emulator_configure.sh')
-rwxr-xr-xtizen/emulator_configure.sh2
1 files changed, 2 insertions, 0 deletions
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