X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=build%2Ftizen%2Fadaptor%2Fconfigure.ac;h=a2a542bf002525cf7349ab3ef9a1b28d14ee5f9b;hb=55e0d8e7cd3c4dba8fbc3bdab65da53281bf287d;hp=b182ba7e4dce8a18c8b0c0b4fccaf00d3de650b2;hpb=cd64d444a62085c1455323d68bba4ba7ceeaf76e;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/build/tizen/adaptor/configure.ac b/build/tizen/adaptor/configure.ac index b182ba7..a2a542b 100644 --- a/build/tizen/adaptor/configure.ac +++ b/build/tizen/adaptor/configure.ac @@ -71,13 +71,6 @@ AC_SUBST(DALI_ELDBUS_AVAILABLE) PKG_CHECK_MODULES(TPKP_CURL, tpkp-curl, [ tpkp_curl_available=yes ], [ tpkp_curl_available=no ] ) -if test "x$enable_tizen_major_version" = "x5"; then -if test "x$enable_tizen_minor_version" = "x5"; then -PKG_CHECK_MODULES(AUTOFILL, capi-ui-autofill) - DALI_ADAPTOR_CFLAGS="$DALI_ADAPTOR_CFLAGS -DCAPI_AUTOFILL_SUPPORT" -fi -fi - if test "x$tpkp_curl_available" = "xyes"; then DALI_ADAPTOR_CFLAGS="$DALI_ADAPTOR_CFLAGS -DTPK_CURL_ENABLED " fi @@ -159,13 +152,6 @@ AC_ARG_ENABLE([tizen-major-version], [enable-tizen-major-version=$enableval], [enable-tizen-major-version=0]) -# Tizen Minor version -AC_ARG_ENABLE([tizen-minor-version], - [AC_HELP_STRING([--enable-tizen-minor-version], - [Specify the Tizen Minor version for backwards compatibility])], - [enable-tizen-minor-version=$enableval], - [enable-tizen-minor-version=0]) - # Ensure valid profile selected if test "x$enable_profile" != "xCOMMON" -a "x$enable_profile" != "xMOBILE" -a "x$enable_profile" != "xWEARABLE" -a "x$enable_profile" != "xTV" -a "x$enable_profile" != "xIVI" -a "x$enable_profile" != "xUBUNTU"; then AC_MSG_ERROR([$enable_profile is an invalid profile]) @@ -326,13 +312,6 @@ if test x$FONT_CONFIGURATION_FILE != x; then fontConfigurationFile=$FONT_CONFIGURATION_FILE fi -if test "x$enable_profile" = "xUBUNTU"; then - cachePath=$HOME -else - cachePath="/home/owner" -fi # ubuntu profile test - -AC_SUBST(cachePath) AC_SUBST(dataReadWriteDir) AC_SUBST(dataReadOnlyDir) AC_SUBST(DALI_ADAPTOR_CFLAGS) @@ -349,7 +328,6 @@ AC_CONFIG_FILES([ Makefile dali-adaptor.pc dali-adaptor-integration.pc - ../../../dali/internal/adaptor/common/system-cache-path.cpp:./system-cache-path.in ]) if test "x$freetype_bitmap_support" = "xyes"; then