Merge "revise installing a license file" into tizen
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Fri, 25 Aug 2017 08:18:34 +0000 (08:18 +0000)
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>
Fri, 25 Aug 2017 08:18:35 +0000 (08:18 +0000)
adaptors/tizen/framework-tizen.cpp
packaging/dali-adaptor.spec

index 9fa56a5..e9c3ac1 100644 (file)
@@ -410,7 +410,6 @@ struct Framework::Impl
   {
     Observer *observer = &static_cast<Framework*>(data)->mObserver;
 
-    DALI_LOG_ERROR( "Memory Low occured.\n" );
     observer->OnMemoryLow();
   }
 
index 762766b..5b8e2ce 100644 (file)
@@ -351,7 +351,9 @@ TIZEN_PLATFORM_CONFIG_SUPPORTED="%{tizen_platform_config_supported}" ; export TI
 %else
            --enable-efl=yes \
 %endif
+%if 0%{?enable_debug}
            --enable-debug \
+%endif
            --enable-appfw=yes \
            $configure_flags --libdir=%{_libdir}
 
@@ -390,7 +392,9 @@ make clean
 %else
            --enable-efl=yes \
 %endif
+%if 0%{?enable_debug}
            --enable-debug \
+%endif
            --enable-appfw=yes \
            $configure_flags --libdir=%{_libdir}
 
@@ -428,7 +432,9 @@ make clean
 %else
            --enable-efl=yes \
 %endif
+%if 0%{?enable_debug}
            --enable-debug \
+%endif
            --enable-appfw=yes \
            $configure_flags --libdir=%{_libdir}
 
@@ -466,7 +472,9 @@ make clean
 %else
            --enable-efl=yes \
 %endif
+%if 0%{?enable_debug}
            --enable-debug \
+%endif
            --enable-appfw=yes \
            $configure_flags --libdir=%{_libdir}
 
@@ -505,7 +513,9 @@ make clean
 %else
            --enable-efl=yes \
 %endif
+%if 0%{?enable_debug}
            --enable-debug \
+%endif
            --enable-appfw=yes \
            $configure_flags --libdir=%{_libdir}