Keep Tizen build option naming rule 71/91871/1 accepted/tizen/common/20161013.161055 accepted/tizen/ivi/20161013.035107 accepted/tizen/mobile/20161013.034943 accepted/tizen/tv/20161013.035007 accepted/tizen/wearable/20161013.035040 submit/tizen/20161012.131550 submit/tizen/20161013.015447 submit/tizen_common/20161013.071727
authorShinwoo Kim <cinoo.kim@samsung.com>
Wed, 12 Oct 2016 04:08:27 +0000 (13:08 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Wed, 12 Oct 2016 04:09:09 +0000 (13:09 +0900)
Change-Id: I9ac111771caed93004fd9d98829b5ad388fc8819

packaging/efl.spec
src/lib/eina/eina_evlog.c

index c711fa6..90bb542 100755 (executable)
@@ -678,7 +678,7 @@ cp %{SOURCE1001} .
 %build
 
 %if "%{profile}" == "tv"
-        export CFLAGS+=" -DEFL_FEATURE_TV"
+        export CFLAGS+=" -DTIZEN_PROFILE_TV"
 %endif
 
 %if ! %{with x}
index c3a0d7d..2583bb0 100644 (file)
@@ -179,7 +179,7 @@ eina_evlog(const char *event, void *obj, double srctime, const char *detail)
 
 // TIZEN_ONLY(160401): TTRACE
 #ifdef ENABLE_TTRACE
-#ifndef EFL_FEATURE_TV
+#ifndef TIZEN_PROFILE_TV
    if(!strncmp(event, "+", 1))
      traceBegin(TTRACE_TAG_GRAPHICS, event + 1);
    else if(!strncmp(event, "-", 1))
@@ -263,7 +263,7 @@ eina_evlog(const char *event EINA_UNUSED, void *obj EINA_UNUSED, double srctime
 {
 // TIZEN_ONLY(160401): TTRACE
 #ifdef ENABLE_TTRACE
-#ifndef EFL_FEATURE_TV
+#ifndef TIZEN_PROFILE_TV
    if(!strncmp(event, "+", 1))
      traceBegin(TTRACE_TAG_GRAPHICS, event + 1);
    else if(!strncmp(event, "-", 1))