diff options
author | Li,Limin <liminx.li@intel.com> | 2014-02-11 14:53:42 +0800 |
---|---|---|
committer | Li,Limin <liminx.li@intel.com> | 2014-02-11 14:57:44 +0800 |
commit | b373cb3c721c25fc8f96ef75531d9eb24863559e (patch) | |
tree | 0e39f4af3bf84ecd11efd014fc6060b3c871cc64 | |
parent | 821d59247b76f8ea359de5f72004dae0f44a304d (diff) | |
download | weekeyboard-b373cb3c721c25fc8f96ef75531d9eb24863559e.tar.gz weekeyboard-b373cb3c721c25fc8f96ef75531d9eb24863559e.tar.bz2 weekeyboard-b373cb3c721c25fc8f96ef75531d9eb24863559e.zip |
Revert "disable ibus in mobile segment"submit/tizen/20140211.104736accepted/tizen/generic/20140211.105209
bug:https://bugs.tizen.org/jira/browse/PTREL-648
it can't be reproduce
This reverts commit 821d59247b76f8ea359de5f72004dae0f44a304d.
Signed-off-by: Li,Limin <liminx.li@intel.com>
Change-Id: I5b3fde82cdc0d5bb57d357115a67c9ee4057504b
-rw-r--r-- | packaging/weekeyboard.spec | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/packaging/weekeyboard.spec b/packaging/weekeyboard.spec index 54b6ba6..d102f22 100644 --- a/packaging/weekeyboard.spec +++ b/packaging/weekeyboard.spec @@ -1,5 +1,3 @@ -%bcond_with mobile - Name: weekeyboard Version: 0.0.2 Release: 1 @@ -20,13 +18,12 @@ BuildRequires: pkgconfig(edje) BuildRequires: pkgconfig(eet) BuildRequires: pkgconfig(efreet) BuildRequires: pkgconfig(eldbus) -%if !%{with mobile} BuildRequires: ibus Requires: ibus Requires: ibus-hangul Requires: ibus-libpinyin -%endif + %description Weekeyboard is virtual keyboard application written in EFL and |