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
This commit is contained in:
Dominique Leuenberger 2021-07-29 07:22:35 +00:00 committed by Git OBS Bridge
parent d7cdf1c089
commit 7c00de9f33
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)