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:
0bfa871
)
Revert "build : YAGL module is excluded from the build on MacOS in temparary."
46/11246/1
author
jinhyung.jo
<jinhyung.jo@samsung.com>
Wed, 23 Oct 2013 07:19:06 +0000
(16:19 +0900)
committer
jinhyung.jo
<jinhyung.jo@samsung.com>
Wed, 23 Oct 2013 07:23:32 +0000
(16:23 +0900)
This reverts commit
446e85cb36fa45173a3d83433190b3054efbf63b
.
Fixed a build problem on MacOS by followed commit.
commit
9dfe963ec492fbe6a7d8a99bac94515de2848554
Change-Id: If4b47c8379c3b807ed0be1ac765cd325b33e288d
Signed-off-by: Jinhyung Jo <jinhyung.jo@samsung.com>
tizen/emulator_configure.sh
patch
|
blob
|
history
diff --git
a/tizen/emulator_configure.sh
b/tizen/emulator_configure.sh
index b57e2960da28f91a2e0ef057b6ad2962278e5f5f..5c60f923d85de9fdc96cadf1de7d14bb97ce3c3d 100755
(executable)
--- a/
tizen/emulator_configure.sh
+++ b/
tizen/emulator_configure.sh
@@
-51,11
+51,7
@@
yagl_enable() {
YAGL_EN="no"
;;
1|yes|enable)
- if [ "$targetos" != "Darwin" ] ; then
- YAGL_EN="yes"
- else
- YAGL_EN="no"
- fi
+ YAGL_EN="yes"
;;
*)
usage
@@
-70,11
+66,7
@@
yagl_stats_enable() {
YAGL_STATS_EN="no"
;;
1|yes|enable)
- if [ "$targetos" != "Darwin" ] ; then
- YAGL_STATS_EN="yes"
- else
- YAGL_STATS_EN="no"
- fi
+ YAGL_STATS_EN="yes"
;;
*)
usage