[Title] Fix an invalid source file in CMakeLists.txt
authorHaegeun Park <haegeun.park@samsung.com>
Mon, 21 Jan 2013 13:48:00 +0000 (05:48 -0800)
committerHaegeun Park <haegeun.park@samsung.com>
Mon, 21 Jan 2013 14:07:48 +0000 (06:07 -0800)
[Issue#]
[Problem]
[Cause]
[Solution]
- egl -> gl
- Remove duplicate overrides (minor bug)

CMakeLists.txt
src/modules/appopt/coregl_appopt.c
src/modules/tracepath/coregl_tracepath.c

index 78d0723..7a5a4fc 100644 (file)
@@ -57,7 +57,7 @@ SET(EGL_SRCS_common
 # ------------------------------
 SET(GLES2 "GLESv2")
 SET(GLES2_SRCS_common
-               src/wraps/coregl_egl.c
+               src/wraps/coregl_gl.c
 )
 
 
index 181916b..f7d353f 100644 (file)
@@ -16,8 +16,6 @@ init_modules_appopt()
 //     LOG("[CoreGL] <Appopt> : ");
 
 //     LOG("Not yet implemented\n");
-
-       appopt_apply_overrides();
 }
 
 void
index 7c58700..4ee321c 100644 (file)
@@ -132,9 +132,6 @@ init_modules_tracepath()
 
                LOG("\E[40;37;1menabled\E[0m\n");
        }
-
-       tracepath_apply_overrides();
-
 }
 
 void