summaryrefslogtreecommitdiff
path: root/gtk3.spec
diff options
context:
space:
mode:
authorKalev Lember <klember@redhat.com>2015-09-16 21:04:48 +0200
committerKalev Lember <klember@redhat.com>2015-09-16 21:04:48 +0200
commit0783e1e7a75ffcc9e08456467b4b4138f36ce37a (patch)
tree5dc1a77151861f931d71ccff7d7d57b27271da6e /gtk3.spec
parentRemove an unexpanded macro (diff)
downloadgtk3-classic-build-gtk3-0783e1e7a75ffcc9e08456467b4b4138f36ce37a.tar.gz
gtk3-classic-build-gtk3-0783e1e7a75ffcc9e08456467b4b4138f36ce37a.tar.bz2
gtk3-classic-build-gtk3-0783e1e7a75ffcc9e08456467b4b4138f36ce37a.zip
Avoid an explicit library dep
Remove explicit 'Requires: libXrandr%{?_isa}' -- it serves no purpose now that the previous commit removed the version constraint.
Diffstat (limited to 'gtk3.spec')
-rw-r--r--gtk3.spec1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk3.spec b/gtk3.spec
index af98e47..ff3c4ce 100644
--- a/gtk3.spec
+++ b/gtk3.spec
@@ -75,7 +75,6 @@ Requires(post): pango%{?_isa} >= %{pango_version}
Requires: cairo%{?_isa} >= %{cairo_version}
Requires: cairo-gobject%{?_isa} >= %{cairo_version}
Requires: libepoxy%{?_isa} >= %{epoxy_version}
-Requires: libXrandr%{?_isa}
%if 0%{?with_wayland}
Requires: libwayland-client%{?_isa} >= %{wayland_version}
Requires: libwayland-cursor%{?_isa} >= %{wayland_version}
bgstack15