Fix the factory build

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt6/qt6-webengine?expand=0&rev=42
This commit is contained in:
Christophe Marin 2023-08-08 20:43:36 +00:00 committed by Git OBS Bridge
parent 4450b9c47a
commit de7da852db
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)