public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Than Ngo <than@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/chromium] epel9-next: make --use-gl=egl default for x11/wayland
Date: Fri, 07 Aug 2026 16:05:06 GMT	[thread overview]
Message-ID: <178611870627.1.7750840428534990508.rpms-chromium-fb9b6a995e75@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/chromium
Branch : epel9-next
Commit : fb9b6a995e75adc1883f3b7f141e27b44fe9a62b
Author : Than Ngo <than@redhat.com>
Date   : 2023-04-23T14:23:04+02:00
Stats  : +6/-8 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/chromium/c/fb9b6a995e75adc1883f3b7f141e27b44fe9a62b?branch=epel9-next

Log:
make --use-gl=egl default for x11/wayland

---
diff --git a/chromium.conf b/chromium.conf
index bf46e2c..dcaa798 100644
--- a/chromium.conf
+++ b/chromium.conf
@@ -1,8 +1,5 @@
 # system wide chromium flags
 CHROMIUM_FLAGS=""
-CHROMIUM_FLAGS+=" --disable-features=AudioServiceSandbox,UseChromeOSDirectVideoDecoder,AllowQt"
+CHROMIUM_FLAGS+=" --disable-features=AudioServiceSandbox,UseChromeOSDirectVideoDecoder"
 CHROMIUM_FLAGS+=" --enable-features=VaapiVideoDecoder,VaapiVideoEncoder"
-
-if [ "$XDG_SESSION_TYPE" == "wayland" ] || [[ $WAYLAND_DISPLAY ]] ; then
-  CHROMIUM_FLAGS+=" --use-gl=egl"
-fi
+CHROMIUM_FLAGS+=" --use-gl=egl"

diff --git a/chromium.spec b/chromium.spec
index 9687734..fd2570b 100644
--- a/chromium.spec
+++ b/chromium.spec
@@ -21,7 +21,7 @@
 
 # This flag is so I can build things very fast on a giant system.
 # Enabling this in koji causes aarch64 builds to timeout indefinitely.
-%global use_all_cpus 1
+%global use_all_cpus 0
 
 %if %{use_all_cpus}
 %global numjobs %{_smp_build_ncpus}
@@ -38,7 +38,7 @@
 # %2 what
 %global build_target() \
 	export NINJA_STATUS="[%2:%f/%t] " ; \
-	ninja -j %{numjobs} -l %{numjobs} -C '%1' '%2' %limit_build -m 3072
+	ninja -j %{numjobs} -C '%1' '%2'
 
 # enable|disable headless client build
 %global build_headless 1
@@ -1659,7 +1659,8 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
 %{chromium_path}/chromedriver
 
 %changelog
-* Sat Apr 22 2023 Than Ngo <than@redhat.com> - 112.0.5615.165-2
+* Sun Apr 23 2023 Than Ngo <than@redhat.com> - 112.0.5615.165-2
+- make --use-gl=egl default for x11/wayland
 - enable WebUIDarkMode
 
 * Thu Apr 20 2023 Than Ngo <than@redhat.com> - 112.0.5615.165-1

                 reply	other threads:[~2026-08-07 16:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178611870627.1.7750840428534990508.rpms-chromium-fb9b6a995e75@fedoraproject.org \
    --to=than@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox