Merge "Removal of LITE profile" into tizen
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 13 Mar 2015 15:23:46 +0000 (08:23 -0700)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Fri, 13 Mar 2015 15:23:46 +0000 (08:23 -0700)
build/tizen/configure.ac

index c1858ef..a36e0a8 100644 (file)
@@ -69,7 +69,7 @@ AM_CONDITIONAL([ENABLE_JAVASCRIPT_PLUGIN], [test x$enable_javascript = xyes])
 
 # Tizen Profile options
 AC_ARG_ENABLE([profile],
-              [AC_HELP_STRING([--enable-profile=COMMON,MOBILE,LITE,WEARABLE,TV],
+              [AC_HELP_STRING([--enable-profile=COMMON,MOBILE,WEARABLE,TV],
                             [Select the variant of tizen])],
               [dali_profile=$enableval],
               [dali_profile=COMMON])