X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=build%2Ftizen%2Fconfigure.ac;h=c1c663244c2defd792c3a6eb0a1f18bd0945135f;hb=a97305c0e420841d5bbdea8c27efc3e2ede879e3;hp=f12ab898164458fbadb95804110f9c103d9cc3e7;hpb=1d50ff16036455ab4f6297ce02d76f3a68d72316;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/build/tizen/configure.ac b/build/tizen/configure.ac index f12ab89..c1c6632 100755 --- a/build/tizen/configure.ac +++ b/build/tizen/configure.ac @@ -89,7 +89,7 @@ fi # Tizen Profile options AC_ARG_ENABLE([profile], - [AC_HELP_STRING([--enable-profile=UBUNTU,MOBILE,WEARABLE,TV], + [AC_HELP_STRING([--enable-profile=UBUNTU,TIZEN], [Select the variant of tizen])], [dali_profile=$enableval], [dali_profile=UBUNTU]) @@ -99,10 +99,10 @@ AC_ARG_WITH(style, [AC_HELP_STRING([--with-style], [Select the style folder to use])], [dali_style=$withval], - [dali_style=480x800]) + [dali_style=720x1280]) # Ensure valid profile selected -if test "x$dali_profile" != "xUBUNTU" -a "x$dali_profile" != "xMOBILE" -a "x$dali_profile" != "xWEARABLE" -a "x$dali_profile" != "xTV" ; then +if test "x$dali_profile" != "xUBUNTU" -a "x$dali_profile" != "xTIZEN"; then AC_MSG_ERROR([$enable_profile is an invalid profile]) fi