Accepting request 909085 from GNOME:Factory

- Add BuildRequires pkgconfig(glproto) for SLE and Leap which have
  not included the new packaging of the relevant headers. (forwarded request 909027 from yfjiang)

OBS-URL: https://build.opensuse.org/request/show/909085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/webkit2gtk3?expand=0&rev=121
This commit is contained in:
Dominique Leuenberger 2021-08-02 10:04:55 +00:00 committed by Git OBS Bridge
commit 92cb0561eb
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jul 29 02:29:40 UTC 2021 - Yifan Jiang <yfjiang@suse.com>
- 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 <mgorse@suse.com>

View File

@ -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)