From 6736cadbe258149a1d5f82bc97d0941b850f29de Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 17 Feb 2022 14:04:37 -0600 Subject: [PATCH] Screen sharing support under Wayland (#2054690) --- qt5-qtwebengine.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qt5-qtwebengine.spec b/qt5-qtwebengine.spec index 07c31da..78b2a94 100644 --- a/qt5-qtwebengine.spec +++ b/qt5-qtwebengine.spec @@ -60,7 +60,7 @@ Summary: Qt5 - QtWebEngine components Name: qt5-qtwebengine Version: 5.15.8 -Release: 3%{?dist}.1 +Release: 4%{?dist} # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details # See also http://qt-project.org/doc/qt-5.0/qtdoc/licensing.html @@ -502,6 +502,7 @@ export NINJA_PATH=%{__ninja} CONFIG+="link_pulseaudio use_gold_linker" \ %{?use_system_libicu:QMAKE_EXTRA_ARGS+="-system-webengine-icu"} \ QMAKE_EXTRA_ARGS+="-webengine-kerberos" \ + QMAKE_EXTRA_ARGS+="--webengine-webrtc-pipewire" \ . # avoid %%make_build for now, the -O flag buffers output from intermediate build steps done via ninja @@ -659,6 +660,9 @@ done %changelog +* Thu Feb 17 2022 Rex Dieter - 5.15.8-4 +- Screen sharing support under Wayland (#2054690) + * Tue Feb 01 2022 Troy Dawson - 5.15.8-3.1 - Specifically for epel9 only, until things switch to python3 - Bundle python2 for building only