diff options
author | Juan Zhao <juan.j.zhao@intel.com> | 2014-01-28 15:39:56 +0800 |
---|---|---|
committer | Eduardo Lima (Etrunko) <eduardo.lima@intel.com> | 2014-12-03 17:05:32 -0200 |
commit | 7369e70f57c755e1299d800ee117a61c5aeec39a (patch) | |
tree | e7edc8dfb2516e3ad367e65a8febeff81064c094 | |
parent | 709d3dd1f06d8b8989c351e2e825fd540a58e0bb (diff) | |
download | weekeyboard-7369e70f57c755e1299d800ee117a61c5aeec39a.tar.gz weekeyboard-7369e70f57c755e1299d800ee117a61c5aeec39a.tar.bz2 weekeyboard-7369e70f57c755e1299d800ee117a61c5aeec39a.zip |
disable ibus in mobile segment
In lite image, ibus-daemon is failed, and it will restart again and again.
Disable the dependency in mobile before ibus is ready.
Signed-off-by: Li,Limin <liminx.li@intel.com>
Change-Id: I12a6802aee56af4f1f549a9e2f4fe1495f1f0be7
-rw-r--r-- | packaging/weekeyboard.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packaging/weekeyboard.spec b/packaging/weekeyboard.spec index d102f22..54b6ba6 100644 --- a/packaging/weekeyboard.spec +++ b/packaging/weekeyboard.spec @@ -1,3 +1,5 @@ +%bcond_with mobile + Name: weekeyboard Version: 0.0.2 Release: 1 @@ -18,12 +20,13 @@ 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 |