summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2016-05-03 12:53:43 +0200
committerKalev Lember <klember@redhat.com>2016-05-03 12:53:43 +0200
commit4bcced34bc427254b10c999fdb95be2184d3766a (patch)
tree3912099993fbfc6933f063e1c04c9fadfaa5c8d9 /gtk3.spec
parentUpdate to 3.21.1 (diff)
downloadgtk3-classic-build-gtk3-4bcced34bc427254b10c999fdb95be2184d3766a.tar.gz
gtk3-classic-build-gtk3-4bcced34bc427254b10c999fdb95be2184d3766a.tar.bz2
gtk3-classic-build-gtk3-4bcced34bc427254b10c999fdb95be2184d3766a.zip
Set minimum required wayland-protocols version
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk3.spec b/gtk3.spec
index 848708e..53a2341 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -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
bgstack15