Accepting request 1103039 from KDE:Qt6

Fix the factory build

OBS-URL: https://build.opensuse.org/request/show/1103039
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qt6-webengine?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2023-08-09 15:25:52 +00:00 committed by Git OBS Bridge
commit 9786fe5c08
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 8 16:11:11 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Build with older re2 release on Tumbleweed.
-------------------------------------------------------------------
Thu Jul 20 09:07:35 UTC 2023 - Christophe Marin <christophe@krop.fr>

View File

@ -124,7 +124,8 @@ BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(libxslt)
BuildRequires: pkgconfig(nss) >= 3.26
BuildRequires: pkgconfig(opus) >= 1.3.1
BuildRequires: pkgconfig(re2)
# Build fails with newer re2 versions (https://bugreports.qt.io/browse/QTBUG-115931)
BuildRequires: pkgconfig(re2) <= 10.0.0
BuildRequires: pkgconfig(vpx) >= 1.10.0
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcomposite)