From 8d7d7962cb0978ed3f5e9a729a21063272315ef3 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Wed, 5 Apr 2023 15:28:49 +0200 Subject: [PATCH] move disable-features and enable-features flags to config file --- chromium.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/chromium.spec b/chromium.spec index 67c5452..ccf944b 100644 --- a/chromium.spec +++ b/chromium.spec @@ -1300,8 +1300,6 @@ cp -a %{SOURCE3} %{buildroot}%{chromium_path}/%{chromium_browser_channel}.sh %if ! %{use_vaapi} # remove vaapi flags -grep -v features %{SOURCE3} > %{buildroot}%{chromium_path}/%{chromium_browser_channel}.sh -chmod 755 %{buildroot}%{chromium_path}/%{chromium_browser_channel}.sh echo "# system wide chromium flags" > %{buildroot}%{_sysconfdir}/%{name}/%{name}.conf %endif