Accepting request 556455 from GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/556455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cairo?expand=0&rev=80
This commit is contained in:
Dominique Leuenberger 2017-12-15 13:03:05 +00:00 committed by Git OBS Bridge
commit 6cd29b0a4c
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Dec 12 11:18:44 UTC 2017 - msrb@suse.com
- Depend on pkgconfig(gl) and pkgconfig(egl) instead of Mesa-devel.
* The pkgconfig(gl) and pkgconfig(egl) are what cairo really
needs. Mesa-devel is too general and is a bottleneck in
distribution build. (bnc#1071297)
-------------------------------------------------------------------
Wed Aug 30 14:35:46 UTC 2017 - zaitor@opensuse.org

View File

@ -47,7 +47,8 @@ BuildRequires: pkgconfig(xrender)
# Do not enable tests in build systems, it causes build loop!
#BuildRequires: librsvg-devel poppler-devel
%if %{build_gl_backend}
BuildRequires: Mesa-devel
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(gl)
%endif
%if %{build_xcb_backend}
BuildRequires: pkgconfig(xcb)