summaryrefslogtreecommitdiff
path: root/www-client/chromium/chromium-112.0.5596.2.ebuild
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2023-02-18 09:54:15 -0500
committerGravatar Chris Xiong <chirs241097@gmail.com> 2023-02-18 09:54:15 -0500
commitde2ae79956e40ba0885adbd305a9fefa5482747e (patch)
treef955655ca5126c8f8d7819cfab4cfffef93d087d /www-client/chromium/chromium-112.0.5596.2.ebuild
parentc3768c2e3c39f80ad3500fde214231c15f405445 (diff)
downloadppo-de2ae79956e40ba0885adbd305a9fefa5482747e.tar.xz
chromium: disable remoting again.
Diffstat (limited to 'www-client/chromium/chromium-112.0.5596.2.ebuild')
-rw-r--r--www-client/chromium/chromium-112.0.5596.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/chromium/chromium-112.0.5596.2.ebuild b/www-client/chromium/chromium-112.0.5596.2.ebuild
index 5d22da6..9d11ae7 100644
--- a/www-client/chromium/chromium-112.0.5596.2.ebuild
+++ b/www-client/chromium/chromium-112.0.5596.2.ebuild
@@ -926,6 +926,7 @@ chromium_configure() {
# Enable ozone wayland and/or headless support
myconf_gn+=" use_ozone=true ozone_auto_platforms=false"
myconf_gn+=" ozone_platform_headless=true"
+ myconf_gn+=" enable_remoting=false"
if use headless; then
myconf_gn+=" ozone_platform=\"headless\""
myconf_gn+=" use_xkbcommon=false use_gtk=false use_qt=false"
@@ -933,7 +934,6 @@ chromium_configure() {
myconf_gn+=" use_pangocairo=false use_alsa=false"
myconf_gn+=" use_libpci=false use_udev=false"
myconf_gn+=" enable_print_preview=false"
- myconf_gn+=" enable_remoting=false"
else
myconf_gn+=" use_system_libdrm=true"
myconf_gn+=" use_system_minigbm=true"