X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=build%2Ftizen%2Fadaptor%2Fconfigure.ac;h=77ded63f88fb575e5b8bce21a3a6f8fba6ecaa5e;hb=43ea5f0803fb8b30c7a65c78893837ff360c1cf5;hp=531ba188484afff83d4c7c0bb0ae9ab958abb4be;hpb=e5de7def5daf78b6602a8fa042edf30dbcf440ac;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/build/tizen/adaptor/configure.ac b/build/tizen/adaptor/configure.ac index 531ba18..77ded63 100644 --- a/build/tizen/adaptor/configure.ac +++ b/build/tizen/adaptor/configure.ac @@ -70,13 +70,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 @@ -158,13 +151,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])