summaryrefslogtreecommitdiff
path: root/www-client/chromium/chromium-109.0.5396.2.ebuild
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2022-11-04 20:38:56 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2022-11-04 20:38:56 -0400
commit4feb81354f4053eb22a7be11651435564bfad2e6 (patch)
treed1af98f72c02665e259953ded62a36556e0791de /www-client/chromium/chromium-109.0.5396.2.ebuild
parent17c7b11543f3b97eabc485c8bfe829673129eeab (diff)
downloadppo-4feb81354f4053eb22a7be11651435564bfad2e6.tar.xz
Don't use the new X flag.
Diffstat (limited to 'www-client/chromium/chromium-109.0.5396.2.ebuild')
-rw-r--r--www-client/chromium/chromium-109.0.5396.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-client/chromium/chromium-109.0.5396.2.ebuild b/www-client/chromium/chromium-109.0.5396.2.ebuild
index bff25c5..adb970f 100644
--- a/www-client/chromium/chromium-109.0.5396.2.ebuild
+++ b/www-client/chromium/chromium-109.0.5396.2.ebuild
@@ -110,7 +110,7 @@ RDEPEND="${COMMON_DEPEND}
x11-libs/gtk+:3[X,wayland?]
gui-libs/gtk:4[X,wayland?]
)
- qt5? ( dev-qt/qtgui:5[X?,wayland?] )
+ qt5? ( dev-qt/qtgui:5[X,wayland?] )
x11-misc/xdg-utils
)
virtual/ttf-fonts
@@ -824,7 +824,7 @@ src_configure() {
myconf_gn+=" use_xkbcommon=true"
use qt5 && export PATH="${PATH}:$(qt5_get_bindir)"
myconf_gn+=" use_qt=$(usex qt5 true false)"
- myconf_gn+=" ozone_platform_x11=$(usex X true false)"
+ myconf_gn+=" ozone_platform_x11=true"
myconf_gn+=" ozone_platform_wayland=$(usex wayland true false)"
myconf_gn+=" ozone_platform=$(usex wayland \"wayland\" \"x11\")"
if use wayland; then