diff options
author | Ronan Le Martret <ronan@fridu.net> | 2014-02-11 15:46:04 +0100 |
---|---|---|
committer | Eduardo Lima (Etrunko) <eduardo.lima@intel.com> | 2014-12-03 17:05:32 -0200 |
commit | f594d84d86c2bc5c703b1cda5a88ddeb242ad86c (patch) | |
tree | 4ba5075f92cdea3f6c0082906c0c28eabbf7fee2 | |
parent | ee5e1def98e1aaf8acd3f24f3e18c4665756e406 (diff) | |
download | weekeyboard-f594d84d86c2bc5c703b1cda5a88ddeb242ad86c.tar.gz weekeyboard-f594d84d86c2bc5c703b1cda5a88ddeb242ad86c.tar.bz2 weekeyboard-f594d84d86c2bc5c703b1cda5a88ddeb242ad86c.zip |
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 <ronan@fridu.net>
-rw-r--r-- | packaging/weekeyboard.spec | 5 |
1 files changed, 5 insertions, 0 deletions
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 |