diff --git a/webkit2gtk3.changes b/webkit2gtk3.changes index 7ec75c7..66fd26f 100644 --- a/webkit2gtk3.changes +++ b/webkit2gtk3.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 29 02:29:40 UTC 2021 - Yifan Jiang + +- Add BuildRequires pkgconfig(glproto) for SLE and Leap which have + not included the new packaging of the relevant headers. + ------------------------------------------------------------------- Mon Jul 26 15:38:26 UTC 2021 - Michael Gorse diff --git a/webkit2gtk3.spec b/webkit2gtk3.spec index 312664e..3febd54 100644 --- a/webkit2gtk3.spec +++ b/webkit2gtk3.spec @@ -75,6 +75,9 @@ BuildRequires: pkgconfig(fontconfig) >= 2.8.0 BuildRequires: pkgconfig(freetype2) >= 2.4.2 BuildRequires: pkgconfig(geoclue-2.0) >= 2.1.5 BuildRequires: pkgconfig(glib-2.0) >= 2.36 +%if 0%{?sle_version} && 0%{?sle_version} <= 150400 +BuildRequires: pkgconfig(glproto) +%endif BuildRequires: pkgconfig(gnutls) >= 3.0.0 BuildRequires: pkgconfig(gstreamer-1.0) >= 1.14.0 BuildRequires: pkgconfig(gstreamer-app-1.0)