diff options
author | Kalev Lember <klember@redhat.com> | 2015-09-16 21:04:48 +0200 |
---|---|---|
committer | Kalev Lember <klember@redhat.com> | 2015-09-16 21:04:48 +0200 |
commit | 0783e1e7a75ffcc9e08456467b4b4138f36ce37a (patch) | |
tree | 5dc1a77151861f931d71ccff7d7d57b27271da6e /gtk3.spec | |
parent | Remove an unexpanded macro (diff) | |
download | gtk3-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.spec | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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} |