summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2017-02-28 08:47:44 +0100
committerKalev Lember <klember@redhat.com>2017-02-28 08:47:56 +0100
commit8772916061ca3931de98b11e277f3b86e519dd49 (patch)
treefd83ef16b323f4a9af29f7e94312e870c5fd1257
parentSet minimum required xrandr version (diff)
downloadgtk3-classic-build-gtk3-8772916061ca3931de98b11e277f3b86e519dd49.tar.gz
gtk3-classic-build-gtk3-8772916061ca3931de98b11e277f3b86e519dd49.tar.bz2
gtk3-classic-build-gtk3-8772916061ca3931de98b11e277f3b86e519dd49.zip
Fix typo in macro name
-rw-r--r--gtk3.spec6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk3.spec b/gtk3.spec
index c6fb788..b2a50f5 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -8,7 +8,7 @@
%global atk_version 2.15.1
%global cairo_version 1.14.0
%global gdk_pixbuf_version 2.30.0
-%global xrand_version 1.5.0
+%global xrandr_version 1.5.0
%global wayland_version 1.9.91
%global wayland_protocols_version 1.7
%global epoxy_version 1.0
@@ -35,7 +35,7 @@ BuildRequires: pkgconfig(cairo-gobject) >= %{cairo_version}
BuildRequires: pkgconfig(pango) >= %{pango_version}
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= %{gdk_pixbuf_version}
BuildRequires: pkgconfig(xi)
-BuildRequires: pkgconfig(xrandr) >= %{xrand_version}
+BuildRequires: pkgconfig(xrandr) >= %{xrandr_version}
BuildRequires: pkgconfig(xrender)
BuildRequires: pkgconfig(xrender)
BuildRequires: pkgconfig(xcursor)
@@ -72,7 +72,7 @@ Requires: cairo%{?_isa} >= %{cairo_version}
Requires: cairo-gobject%{?_isa} >= %{cairo_version}
Requires: glib2%{?_isa} >= %{glib2_version}
Requires: libepoxy%{?_isa} >= %{epoxy_version}
-Requires: libXrandr%{?_isa} >= %{xrand_version}
+Requires: libXrandr%{?_isa} >= %{xrandr_version}
Requires: pango%{?_isa} >= %{pango_version}
%if 0%{?with_wayland}
Requires: libwayland-client%{?_isa} >= %{wayland_version}
bgstack15