From 89b96d8a84095b3aa0ad237dc06b06b9db7d1288 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Wed, 18 Sep 2024 20:50:54 +0200 Subject: [PATCH] fixed typo (enable headless_shell) --- chromium.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromium.spec b/chromium.spec index 7e0661a5..3430d493 100644 --- a/chromium.spec +++ b/chromium.spec @@ -39,7 +39,7 @@ %global build_chromedriver 1 # enable|disable headless client build -%global build_headless 0 +%global build_headless 1 %ifarch ppc64le %global build_headless 0 %endif