Accepting request 657496 from home:Andreas_Schwab:Factory

- Disable emoji support on armv6l, ppc and riscv64, which have no nodejs
  support

OBS-URL: https://build.opensuse.org/request/show/657496
OBS-URL: https://build.opensuse.org/package/show/M17N/ibus?expand=0&rev=197
This commit is contained in:
Hillwood Yang 2018-12-12 14:48:45 +00:00 committed by Git OBS Bridge
parent 1b50a1aa72
commit ecdc839cd9
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Sep 18 09:04:44 UTC 2018 - schwab@suse.de
- Disable emoji support on armv6l, ppc and riscv64, which have no nodejs
support
-------------------------------------------------------------------
Tue Sep 4 15:37:13 UTC 2018 - Fuminobu Takeyama <ftake@geeko.jp>

View File

@ -12,14 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%if 0%{?is_opensuse}
%define with_wayland 1
%define with_kde 1
%ifarch armv6l armv6hl ppc riscv64
%define with_emoji 0
%else
%define with_emoji 1
%endif
%else
%define with_wayland 0
%define with_kde 0

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#