From 7c00de9f33d853350476214796c2c5ff3305e450b6a21808d3bacf9c8f451f73 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 29 Jul 2021 07:22:35 +0000 Subject: [PATCH] Accepting request 909027 from home:yfjiang:branches:GNOME:Factory - Add BuildRequires pkgconfig(glproto) for SLE and Leap which have not included the new packaging of the relevant headers. OBS-URL: https://build.opensuse.org/request/show/909027 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/webkit2gtk3?expand=0&rev=308 --- webkit2gtk3.changes | 6 ++++++ webkit2gtk3.spec | 3 +++ 2 files changed, 9 insertions(+) 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)