Avoid an explicit library dep
Remove explicit 'Requires: libXrandr%{?_isa}' -- it serves no purpose now that the previous commit removed the version constraint.
This commit is contained in:
parent
0d3e9fc43d
commit
0783e1e7a7
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user