summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Hartmann <sultan@gentoo.org>2020-09-12 11:07:43 +0200
committerStephan Hartmann <sultan@gentoo.org>2020-09-12 11:08:04 +0200
commit84ab5bc01abeb82409714ded6e291832558cc4dc (patch)
tree5bd67ee7b9998b938a3c5131d556f681b4f0f591 /www-client/chromium/files/chromium-launcher-r6.sh
parentnet-libs/rpcsvc-proto: drop old (diff)
downloadgentoo-84ab5bc01abeb82409714ded6e291832558cc4dc.tar.gz
gentoo-84ab5bc01abeb82409714ded6e291832558cc4dc.tar.bz2
gentoo-84ab5bc01abeb82409714ded6e291832558cc4dc.zip
www-client/chromium: dev channel bump to 87.0.4259.3
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Stephan Hartmann <sultan@gentoo.org>
Diffstat (limited to 'www-client/chromium/files/chromium-launcher-r6.sh')
-rw-r--r--www-client/chromium/files/chromium-launcher-r6.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/chromium/files/chromium-launcher-r6.sh b/www-client/chromium/files/chromium-launcher-r6.sh
index cc548e3e3a9c..637cfd612aa5 100644
--- a/www-client/chromium/files/chromium-launcher-r6.sh
+++ b/www-client/chromium/files/chromium-launcher-r6.sh
@@ -36,7 +36,7 @@ fi
# Select session type and platform
if @@FORCE_OZONE_PLATFORM@@; then
CHROMIUM_FLAGS="--enable-features=UseOzonePlatform ${CHROMIUM_FLAGS}"
-elif @@OZONE_AUTO_SESSION@@; then
+elif @@OZONE_AUTO_SESSION@@ && ! ${DISABLE_OZONE_PLATFORM:-false}; then
if [[ ${XDG_SESSION_TYPE} == wayland || -n ${WAYLAND_DISPLAY} && ${XDG_SESSION_TYPE} != x11 ]]; then
CHROMIUM_FLAGS="--enable-features=UseOzonePlatform ${CHROMIUM_FLAGS}"
fi