diff options
author | Kalev Lember <klember@redhat.com> | 2016-05-03 12:53:43 +0200 |
---|---|---|
committer | Kalev Lember <klember@redhat.com> | 2016-05-03 12:53:43 +0200 |
commit | 4bcced34bc427254b10c999fdb95be2184d3766a (patch) | |
tree | 3912099993fbfc6933f063e1c04c9fadfaa5c8d9 /gtk3.spec | |
parent | Update to 3.21.1 (diff) | |
download | gtk3-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.spec | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |