diff --git a/wezterm.changes b/wezterm.changes index 2593d21..09a8bde 100644 --- a/wezterm.changes +++ b/wezterm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 7 14:19:49 UTC 2023 - Soc Virnyl Estela + +- Fix build feature flags. Only use default + distro-defaults. + ------------------------------------------------------------------- Fri Jul 14 00:03:36 UTC 2023 - Soc Virnyl Estela diff --git a/wezterm.spec b/wezterm.spec index 84b9b09..508e32f 100644 --- a/wezterm.spec +++ b/wezterm.spec @@ -110,11 +110,11 @@ printf "%{version}" > .tag # export CFLAGS="%%optflags" # export CXXFLAGS="%%optflags" %if 0%{?suse_version} > 1500 -%{cargo_build} --all-features +%{cargo_build} --no-default-features --features vendored-fonts,wayland,distro-defaults %else export CARGO_FEATURE_VENDORED=1 export RUSTFLAGS='%{rustflags}' -cargo build --offline --release --all-features +cargo build --offline --release --no-default-features --features vendored-fonts,wayland,distro-defaults %endif %install