Accepting request 657572 from M17N
OBS-URL: https://build.opensuse.org/request/show/657572 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ibus?expand=0&rev=89
This commit is contained in:
commit
d26365a1cf
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
#
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user