Accepting request 556450 from home:michalsrb:branches:GNOME:Factory

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

OBS-URL: https://build.opensuse.org/request/show/556450
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/cairo?expand=0&rev=126
This commit is contained in:
Dominique Leuenberger 2017-12-12 11:48:07 +00:00 committed by Git OBS Bridge
parent ac8e0d8c36
commit 6140507c91
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 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! # Do not enable tests in build systems, it causes build loop!
#BuildRequires: librsvg-devel poppler-devel #BuildRequires: librsvg-devel poppler-devel
%if %{build_gl_backend} %if %{build_gl_backend}
BuildRequires: Mesa-devel BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(gl)
%endif %endif
%if %{build_xcb_backend} %if %{build_xcb_backend}
BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xcb)