From 7369e70f57c755e1299d800ee117a61c5aeec39a Mon Sep 17 00:00:00 2001 From: Juan Zhao Date: Tue, 28 Jan 2014 15:39:56 +0800 Subject: [PATCH] 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 --- packaging/weekeyboard.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.34.1