Turn off spell-checking feature and remove enchant package.
authorJinwoo Jeong <jw00.jeong@samsung.com>
Sat, 14 Sep 2013 06:07:58 +0000 (15:07 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Sat, 14 Sep 2013 07:15:13 +0000 (07:15 +0000)
[Title] Turn off spell-checking feature and remove enchant package.
[Issue#] N/A
[Problem] Unused feature is turned on, and the related package has been used memory.
[Cause] Spell-cheching feature is not used.
[Solution] Turn off spell-checking feature and remove enchant package.

Change-Id: Ie1799354c96d10b6064055c25ce5277a686eeaad

Source/cmake/OptionsTizen.cmake
packaging/webkit2-efl.spec

index 343e7d0..db5cb09 100644 (file)
@@ -162,7 +162,7 @@ WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_REGISTER_PROTOCOL_HANDLER ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_REQUEST_ANIMATION_FRAME ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_SCREEN_ORIENTATION_SUPPORT ON)  # FIXME: This option should be synced with ORIENTATION_EVENTS.
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_SHARED_WORKERS ON)
-WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_SPELLCHECK ON)
+WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_SPELLCHECK OFF)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_STYLE_SCOPED ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_TEXT_AUTOSIZING ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_TOUCH_EVENTS ON)
index 4cc7798..1c47d87 100644 (file)
@@ -23,7 +23,6 @@ BuildRequires: pkgconfig(edje)
 BuildRequires: pkgconfig(efl-assist)
 BuildRequires: pkgconfig(eina)
 BuildRequires: pkgconfig(elementary)
-BuildRequires: pkgconfig(enchant)
 BuildRequires: pkgconfig(evas)
 BuildRequires: pkgconfig(feedback)
 BuildRequires: pkgconfig(fontconfig)