diff options
author | Jihoon Kim <jihoon48.kim@samsung.com> | 2017-04-13 14:32:14 +0900 |
---|---|---|
committer | Jihoon Kim <jihoon48.kim@samsung.com> | 2017-04-13 16:07:27 +0900 |
commit | 5019d9abf4af2f75c5999316191f0d634d798a6f (patch) | |
tree | 6cfa5c317237941d3ca57bd8dabcc6bde92b6cb6 /ism/data | |
parent | edc76fba13c7b107b7ba3affe9be676aa6c15090 (diff) | |
download | isf-5019d9abf4af2f75c5999316191f0d634d798a6f.tar.gz isf-5019d9abf4af2f75c5999316191f0d634d798a6f.tar.bz2 isf-5019d9abf4af2f75c5999316191f0d634d798a6f.zip |
Disable open input feature
Change-Id: I8abbc65024f00c364a3450cdddbeb55aa1a0f419
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Diffstat (limited to 'ism/data')
-rw-r--r-- | ism/data/Makefile.am | 4 | ||||
-rw-r--r-- | ism/data/remote-input/Makefile.am | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/ism/data/Makefile.am b/ism/data/Makefile.am index c1489332..12528524 100644 --- a/ism/data/Makefile.am +++ b/ism/data/Makefile.am @@ -23,7 +23,7 @@ SUBDIRS = icons pixmaps isfshelldir = /etc/profile.d/ isfshell_DATA = isf.sh -if ISF_BUILD_REMOTE_INPUT +if ISF_BUILD_OPEN_INPUT webdir = /usr/share/scim/remote-input web_DATA = remote-input/* -endif
\ No newline at end of file +endif diff --git a/ism/data/remote-input/Makefile.am b/ism/data/remote-input/Makefile.am index 38f12a9c..95dd143f 100644 --- a/ism/data/remote-input/Makefile.am +++ b/ism/data/remote-input/Makefile.am @@ -13,6 +13,7 @@ icon_DATA = @ISE_NAME@.png helpdir = @ISF_MODULEDIR@/Helper help_DATA = @ISE_NAME@.help +if ISF_BUILD_OPEN_INPUT webdir = /usr/share/scim/remote-input web_DATA = index.htm\ ajaxCaller.js\ @@ -61,3 +62,4 @@ web_DATA = index.htm\ keyboard.png\ scrollbar.png\ wifikeyboard.png +endif |