projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af179e5
)
Fix sdl error
96/273396/1
author
sangwook lee
<sangwook96.lee@samsung.com>
Wed, 23 Feb 2022 22:44:06 +0000
(07:44 +0900)
committer
Varinder Pratap Singh
<varinder.p@samsung.com>
Tue, 5 Apr 2022 08:29:03 +0000
(13:59 +0530)
Change-Id: I384352d89a5783725b4ef69e0735703ae4590ea2
tizen/emulator_configure.sh
patch
|
blob
|
history
diff --git
a/tizen/emulator_configure.sh
b/tizen/emulator_configure.sh
index 3df1c3f971e8671a2621da98ab2d3b813aa814c8..a1fd48d00cc0cf681582e5c5206adafa9ebc6251 100755
(executable)
--- a/
tizen/emulator_configure.sh
+++ b/
tizen/emulator_configure.sh
@@
-142,7
+142,6
@@
CONFIGURE_APPEND_WIN="
--extra-ldflags=-static-libgcc
--extra-ldflags=-static-libstdc++
--audio-drv-list=dsound
- --enable-sdl
--enable-hax"
# append platform specific options
@@
-153,7
+152,6
@@
CONFIGURE_APPEND="
--extra-ldflags=-Wl,-rpath,'\$\$ORIGIN'
--audio-drv-list=alsa
--enable-virtfs
- --enable-sdl
--enable-kvm
$CONFIGURE_APPEND
"