From 4feb81354f4053eb22a7be11651435564bfad2e6 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Fri, 4 Nov 2022 20:38:56 -0400 Subject: Don't use the new X flag. --- www-client/chromium/chromium-109.0.5396.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www-client/chromium/chromium-109.0.5396.2.ebuild') 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 -- cgit v1.2.3