X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=build%2Ftizen%2Fconfigure.ac;h=a861a175d84b99cd740d89b3626423a8352b6bb3;hp=1fa08450a2ac98b9e8b51ce4864119f62f871699;hb=0302e2897031cbf4ab7f15a93eb784ab85d4507d;hpb=7edf50409e0cb559f6cdd9dd612697e80c477538 diff --git a/build/tizen/configure.ac b/build/tizen/configure.ac index 1fa0845..a861a17 100644 --- a/build/tizen/configure.ac +++ b/build/tizen/configure.ac @@ -142,6 +142,9 @@ fi #set a variable for the makefile to force compile the JAvaSplugin AM_CONDITIONAL([ENABLE_JAVASCRIPT_PLUGIN], [test x$build_javascript_plugin = xyes]) +# Platforms with highp shader support can use vector based text +AM_CONDITIONAL([ENABLE_VECTOR_BASED_TEXT_RENDERING], [test x$dali_profile = xUBUNTU]) + AC_SUBST(dataReadWriteDir) AC_SUBST(dataReadOnlyDir) AC_SUBST(DALI_TOOLKIT_CFLAGS)