projects
/
platform
/
core
/
uifw
/
dali-toolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16cf7a1
)
Removal of LITE profile
65/36765/2
author
taeyoon
<taeyoon0.lee@samsung.com>
Fri, 13 Mar 2015 06:44:32 +0000
(15:44 +0900)
committer
Adeel Kazmi
<adeel.kazmi@samsung.com>
Fri, 13 Mar 2015 11:16:38 +0000
(
04:16
-0700)
Change-Id: I551a4dbd065312c07e9ac5e4356adfae34b4f961
build/tizen/configure.ac
patch
|
blob
|
history
diff --git
a/build/tizen/configure.ac
b/build/tizen/configure.ac
index
c1858ef
..
a36e0a8
100644
(file)
--- a/
build/tizen/configure.ac
+++ b/
build/tizen/configure.ac
@@
-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])