Set minimum required wayland-protocols version
This commit is contained in:
parent
3b406a63dc
commit
4bcced34bc
@ -9,6 +9,7 @@
|
||||
%global atk_version 2.15.1
|
||||
%global cairo_version 1.14.0
|
||||
%global wayland_version 1.9.91
|
||||
%global wayland_protocols_version 1.3
|
||||
%global epoxy_version 1.0
|
||||
|
||||
%global bin_version 3.0.0
|
||||
@ -57,7 +58,7 @@ BuildRequires: desktop-file-utils
|
||||
BuildRequires: pkgconfig(wayland-client) >= %{wayland_version}
|
||||
BuildRequires: pkgconfig(wayland-cursor) >= %{wayland_version}
|
||||
BuildRequires: pkgconfig(wayland-egl) >= %{wayland_version}
|
||||
BuildRequires: pkgconfig(wayland-protocols)
|
||||
BuildRequires: pkgconfig(wayland-protocols) >= %{wayland_protocols_version}
|
||||
BuildRequires: pkgconfig(xkbcommon)
|
||||
%endif
|
||||
|
||||
@ -340,6 +341,7 @@ gtk-query-immodules-3.0-%{__isa_bits} --update-cache
|
||||
%changelog
|
||||
* Tue May 03 2016 Kalev Lember <klember@redhat.com> - 3.21.1-1
|
||||
- Update to 3.21.1
|
||||
- Set minimum required wayland-protocols version
|
||||
|
||||
* Wed Apr 13 2016 Kalev Lember <klember@redhat.com> - 3.20.3-1
|
||||
- Update to 3.20.3
|
||||
|
Loading…
Reference in New Issue
Block a user