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:
parent
1b50a1aa72
commit
ecdc839cd9
@ -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>
|
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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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}
|
%if 0%{?is_opensuse}
|
||||||
%define with_wayland 1
|
%define with_wayland 1
|
||||||
%define with_kde 1
|
%define with_kde 1
|
||||||
|
%ifarch armv6l armv6hl ppc riscv64
|
||||||
|
%define with_emoji 0
|
||||||
|
%else
|
||||||
%define with_emoji 1
|
%define with_emoji 1
|
||||||
|
%endif
|
||||||
%else
|
%else
|
||||||
%define with_wayland 0
|
%define with_wayland 0
|
||||||
%define with_kde 0
|
%define with_kde 0
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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