forked from pool/wezterm
Accepting request 1033167 from X11:terminals
OBS-URL: https://build.opensuse.org/request/show/1033167 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wezterm?expand=0&rev=18
This commit is contained in:
commit
6ca98c3dbc
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 3 18:30:01 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Enable --all-features for suse>1500 builds:
|
||||
contains --features distro-defaults, to stop phoning home
|
||||
[boo#1205008]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 26 22:28:40 UTC 2022 - socvirnyl.estela@gmail.com
|
||||
|
||||
|
@ -71,7 +71,7 @@ tic -vvv -x -o terminfo termwiz/data/%{name}.terminfo
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} > 1500
|
||||
%{cargo_build}
|
||||
%{cargo_build} --all-features
|
||||
%else
|
||||
export CARGO_FEATURE_VENDORED=1
|
||||
export RUSTFLAGS='%{rustflags}'
|
||||
|
Loading…
Reference in New Issue
Block a user