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 02:51:03 -0500
committerGravatar Chris Xiong <chirs241097@gmail.com> 2023-02-18 02:51:03 -0500
commitca660f9c9532bf2e364d6c53d5dc72d1aebe14ed (patch)
tree67b93b23e6fb991a8ed4503b9d1900e58745b255 /www-client/chromium/chromium-112.0.5596.2.ebuild
parentf1227f03ca85d065a141d44ec73e356e1a89f9e9 (diff)
downloadppo-ca660f9c9532bf2e364d6c53d5dc72d1aebe14ed.tar.xz
chromium: disable chrome remote desktop as it breaks builds without wayland.
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 1dd38ee..961b573 100644
--- a/www-client/chromium/chromium-112.0.5596.2.ebuild
+++ b/www-client/chromium/chromium-112.0.5596.2.ebuild
@@ -811,6 +811,7 @@ src_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"
@@ -818,7 +819,6 @@ src_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"