forked from pool/qt6-webengine
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:
commit
9786fe5c08
@ -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>
|
Thu Jul 20 09:07:35 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -124,7 +124,8 @@ BuildRequires: pkgconfig(libxml-2.0)
|
|||||||
BuildRequires: pkgconfig(libxslt)
|
BuildRequires: pkgconfig(libxslt)
|
||||||
BuildRequires: pkgconfig(nss) >= 3.26
|
BuildRequires: pkgconfig(nss) >= 3.26
|
||||||
BuildRequires: pkgconfig(opus) >= 1.3.1
|
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(vpx) >= 1.10.0
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(xcomposite)
|
BuildRequires: pkgconfig(xcomposite)
|
||||||
|
Loading…
Reference in New Issue
Block a user