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..244623e 100644 --- a/wezterm.spec +++ b/wezterm.spec @@ -114,7 +114,7 @@ printf "%{version}" > .tag %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