From: Juan Zhao Date: Tue, 28 Jan 2014 07:39:56 +0000 (+0800) Subject: disable ibus in mobile segment X-Git-Tag: submit/tizen/20141203.191842~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7369e70f57c755e1299d800ee117a61c5aeec39a;p=platform%2Fupstream%2Fweekeyboard.git 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 Change-Id: I12a6802aee56af4f1f549a9e2f4fe1495f1f0be7 --- 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