X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=build%2Ftizen%2Fconfigure.ac;h=21e03daeabf1360b96dff9d2738ebbc93bd6de97;hb=143f441aacad6fb31fa2c1e45ca7f01f9a8dec27;hp=1fa08450a2ac98b9e8b51ce4864119f62f871699;hpb=7edf50409e0cb559f6cdd9dd612697e80c477538;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/build/tizen/configure.ac b/build/tizen/configure.ac index 1fa0845..21e03da 100644 --- a/build/tizen/configure.ac +++ b/build/tizen/configure.ac @@ -1,5 +1,5 @@ # -# Copyright (c) 2014 Samsung Electronics Co., Ltd. +# Copyright (c) 2016 Samsung Electronics Co., Ltd. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -110,9 +110,10 @@ fi DALI_TOOLKIT_CFLAGS="$DALI_TOOLKIT_CFLAGS -DDALI_PROFILE_${dali_profile}" # Style folder -STYLE_DIR=../../../dali-toolkit/styles -STYLE_DIR=$STYLE_DIR/$dali_style +STYLE_BASE_DIR=../../../dali-toolkit/styles +STYLE_DIR=$STYLE_BASE_DIR/$dali_style +AC_SUBST(STYLE_BASE_DIR) AC_SUBST(STYLE_DIR) # v8 version 4+ requires c++11 @@ -142,6 +143,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) @@ -165,6 +169,8 @@ AC_CONFIG_FILES([ dali-toolkit.pc docs/Makefile docs/dali.doxy + docs-internal/dali-internal.doxy + ../../automated-tests/CMakeLists.txt ]) AC_OUTPUT