X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=build%2Ftizen%2Fconfigure.ac;h=96c78cd8df9ed07ea0faf3e0b12ca6fe9e9fc92b;hp=26be3497ff9b7899229c134b1c9e3e5bc38a4ec5;hb=3b5c91aa5c8ec803487ded2008d6b460530e96ad;hpb=97f8d1fe9947ec36ab2aea880adc3d78f5653a9b diff --git a/build/tizen/configure.ac b/build/tizen/configure.ac index 26be349..96c78cd 100755 --- a/build/tizen/configure.ac +++ b/build/tizen/configure.ac @@ -97,6 +97,10 @@ if test "x$enable_debug" = "xyes"; then DALI_TOOLKIT_CFLAGS="$DALI_TOOLKIT_CFLAGS -DDEBUG_ENABLED" fi +if test "x$enable_trace" = "xyes"; then + DALI_ADAPTOR_CFLAGS="$DALI_ADAPTOR_CFLAGS -DTRACE_ENABLED" +fi + if test "x$enable_debug" = "xno" -a "x$enable_exportall" = "xno"; then DALI_TOOLKIT_CFLAGS="$DALI_TOOLKIT_CFLAGS -fvisibility=hidden -DHIDE_DALI_INTERNALS" fi @@ -253,6 +257,7 @@ Configuration ------------- Prefix: $prefix Debug Build: $enable_debug + Trace Build: $enable_trace JavaScript support (V8 required) $build_javascript_plugin CSharp support $build_csharp_plugin Profile: $dali_profile