Revert "build : YAGL module is excluded from the build on MacOS in temparary." 46/11246/1
authorjinhyung.jo <jinhyung.jo@samsung.com>
Wed, 23 Oct 2013 07:19:06 +0000 (16:19 +0900)
committerjinhyung.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

index b57e296..5c60f92 100755 (executable)
@@ -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