From f594d84d86c2bc5c703b1cda5a88ddeb242ad86c Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Tue, 11 Feb 2014 15:46:04 +0100 Subject: [PATCH] weekeyboard should not try to build into a pure x11 platform. Already review in gerrit: https://review.tizen.org/gerrit/#/c/15790/ (Abandoned) But the change could not be merged due to a path conflict. Note: https://review.tizen.org/gerrit/#/c/16241/ (Abandoned too) Change-Id: Ie4676095682de40a9879af4899bc53331b085e4b Signed-off-by: Ronan Le Martret --- packaging/weekeyboard.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packaging/weekeyboard.spec b/packaging/weekeyboard.spec index d102f22..eb656b5 100644 --- a/packaging/weekeyboard.spec +++ b/packaging/weekeyboard.spec @@ -1,3 +1,5 @@ +%bcond_with wayland + Name: weekeyboard Version: 0.0.2 Release: 1 @@ -24,6 +26,9 @@ Requires: ibus Requires: ibus-hangul Requires: ibus-libpinyin +%if !%{with wayland} +ExclusiveArch: +%endif %description Weekeyboard is virtual keyboard application written in EFL and -- 2.34.1