X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=build%2Fslp%2Fconfigure.ac;h=ed3d8bb8a0a820e00067fe1ea0870749fcb9e70d;hb=db42ec925f04fe21139a50a5eadb7ad21cca6b01;hp=10590f3ca5e896e0d8b46eae05684109dd947dc5;hpb=d5e3ed5f5b1c8fdba3ae97ead8729620f54b3836;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/build/slp/configure.ac b/build/slp/configure.ac index 10590f3..ed3d8bb 100644 --- a/build/slp/configure.ac +++ b/build/slp/configure.ac @@ -55,6 +55,16 @@ if test "x$enable_debug" = "xno" -a "x$enable_exportall" = "xno"; then DALI_TOOLKIT_CFLAGS="$DALI_TOOLKIT_CFLAGS -fvisibility=hidden -DHIDE_DALI_INTERNALS" fi +# Tizen Profile options +AC_ARG_ENABLE([profile], + [AC_HELP_STRING([--enable-profile=COMMON,MOBILE,LITE,WEARABLE,TV], + [Select the variant of tizen])], + [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}/ @@ -77,11 +87,18 @@ AC_SUBST(DALI_TOOLKIT_CFLAGS) devincludepath=${includedir} AC_SUBST(devincludepath) +# Doxygen paths +DOXYGEN_DOCS_DIR=../../../docs +DOXYGEN_ROOT_DIR=../../.. +AC_SUBST(DOXYGEN_DOCS_DIR) +AC_SUBST(DOXYGEN_ROOT_DIR) + AC_CONFIG_FILES([ Makefile dali-toolkit/Makefile - dali-toolkit-base/Makefile dali-toolkit.pc + docs/Makefile + docs/dali.doxy ]) AC_OUTPUT @@ -91,6 +108,7 @@ Configuration ------------- Prefix: $prefix Debug Build: $enable_debug + Profile: $dali_profile Data Dir (Read/Write): $dataReadWriteDir Data Dir (Read Only): $dataReadOnlyDir "