diff options
author | Sooyoung Ha <yoosah.ha@samsung.com> | 2015-08-31 14:13:09 +0900 |
---|---|---|
committer | SeokYeon Hwang <syeon.hwang@samsung.com> | 2015-09-01 14:14:59 +0900 |
commit | 1692c08b82db7aaeebbb9cd79504e715b1e2bff9 (patch) | |
tree | 69d4f55de7dc80c6e18f2e3cd21c164e7e56a474 /tizen | |
parent | a55c207367bb37a012cdb0b2bc231d948f580a13 (diff) | |
download | qemu-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')
-rwxr-xr-x | tizen/emulator_configure.sh | 2 |
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 |