X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=build%2Ftizen%2Fadaptor%2Fconfigure.ac;h=a2a542bf002525cf7349ab3ef9a1b28d14ee5f9b;hb=c885d36b2bd8b964f9d4d3a2db2dab901f273f1f;hp=ca2eb43bfccbb01863939e849b585028d15a68de;hpb=45013b4f6229e319c05ff314f36ae3594289b2c1;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/build/tizen/adaptor/configure.ac b/build/tizen/adaptor/configure.ac index ca2eb43..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])