- Add explicit pkgconfig(zlib) and (conditionalized on
build_xcb_backend) pkgconfig(xcb-render) BuildRequires: closer alignment with what configure checks for. OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/cairo?expand=0&rev=131
This commit is contained in:
parent
edd195ffe0
commit
ca6f9af1f1
@ -1,7 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 16 14:30:02 UTC 2018 - crrodriguez@opensuse.org
|
||||
|
||||
- Add explicit buildrequire on zlib and xcb-render
|
||||
- Add explicit pkgconfig(zlib) and (conditionalized on
|
||||
build_xcb_backend) pkgconfig(xcb-render) BuildRequires: closer
|
||||
alignment with what configure checks for.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 18 16:38:19 UTC 2017 - zaitor@opensuse.org
|
||||
|
@ -50,8 +50,8 @@ BuildRequires: pkgconfig(egl)
|
||||
BuildRequires: pkgconfig(gl)
|
||||
%endif
|
||||
%if %{build_xcb_backend}
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
BuildRequires: pkgconfig(xcb-render)
|
||||
BuildRequires: pkgconfig(xcb) >= 1.6
|
||||
BuildRequires: pkgconfig(xcb-render) >= 1.6
|
||||
BuildRequires: pkgconfig(xcb-shm)
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user