From 141a6b81cf1a2a09ddc91692919e5eef6591ad41a3c0318ae1b9a741972ed580 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Tue, 8 Aug 2023 06:03:36 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=80 --- wezterm.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wezterm.spec b/wezterm.spec index 244623e..1c42ef9 100644 --- a/wezterm.spec +++ b/wezterm.spec @@ -110,7 +110,7 @@ printf "%{version}" > .tag # export CFLAGS="%%optflags" # export CXXFLAGS="%%optflags" %if 0%{?suse_version} > 1500 -%{cargo_build} --all-features +%{cargo_build} --offline --release --no-default-features --features vendored-fonts,wayland,distro-defaults %else export CARGO_FEATURE_VENDORED=1 export RUSTFLAGS='%{rustflags}'