X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=build%2Ftizen%2Fconfigure.ac;h=4c4afdaa4ba9704990a58eabfda00af45a898e5b;hp=454053f89ff79485beed02bd66f3e7dc75f8e15f;hb=2ddfbb9e23a7c3fc30e604236c41e0ef6d2ed6a2;hpb=c95e793de54b10be70c3b6a68ec8952e430809c1 diff --git a/build/tizen/configure.ac b/build/tizen/configure.ac index 454053f..4c4afda 100644 --- a/build/tizen/configure.ac +++ b/build/tizen/configure.ac @@ -61,10 +61,6 @@ AC_ARG_ENABLE([profile], [dali_profile=$enableval], [dali_profile=COMMON]) -# Different platforms use either the full Toolkit or the basic version -# The basic version excludes components under dali-toolkit/optional -AM_CONDITIONAL([TOOLKIT_BASIC_VERSION], [test x$dali_profile = xLITE]) - if test x$DALI_DATA_RW_DIR != x; then dataReadWriteDir=${DALI_DATA_RW_DIR}/ else