Screen sharing support under Wayland (#2054690)

epel9
Rex Dieter 3 years ago
parent af46fc18c6
commit 6736cadbe2

@ -60,7 +60,7 @@
Summary: Qt5 - QtWebEngine components Summary: Qt5 - QtWebEngine components
Name: qt5-qtwebengine Name: qt5-qtwebengine
Version: 5.15.8 Version: 5.15.8
Release: 3%{?dist}.1 Release: 4%{?dist}
# See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
# See also http://qt-project.org/doc/qt-5.0/qtdoc/licensing.html # 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" \ CONFIG+="link_pulseaudio use_gold_linker" \
%{?use_system_libicu:QMAKE_EXTRA_ARGS+="-system-webengine-icu"} \ %{?use_system_libicu:QMAKE_EXTRA_ARGS+="-system-webengine-icu"} \
QMAKE_EXTRA_ARGS+="-webengine-kerberos" \ 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 # avoid %%make_build for now, the -O flag buffers output from intermediate build steps done via ninja
@ -659,6 +660,9 @@ done
%changelog %changelog
* Thu Feb 17 2022 Rex Dieter <rdieter@fedoraproject.org> - 5.15.8-4
- Screen sharing support under Wayland (#2054690)
* Tue Feb 01 2022 Troy Dawson <tdawson@redhat.com> - 5.15.8-3.1 * Tue Feb 01 2022 Troy Dawson <tdawson@redhat.com> - 5.15.8-3.1
- Specifically for epel9 only, until things switch to python3 - Specifically for epel9 only, until things switch to python3
- Bundle python2 for building only - Bundle python2 for building only

Loading…
Cancel
Save