Use boolean dependency on fedora 25 also

el9
Nicolas Chauvet 7 years ago
parent ef733aaad7
commit 8886dbef4c

@ -169,13 +169,11 @@ Requires: egl-wayland%{?_isa} >= 1.0.0
Requires: mesa-libEGL%{?_isa} >= 13.0.3-3
Requires: mesa-libGL%{?_isa} >= 13.0.3-3
Requires: mesa-libGLES%{?_isa} >= 13.0.3-3
# Boolean dependencies are not yet allowed in fedora, only for testing
%if 0%{?fedora} >= 26
# Boolean dependencies are only fedora
%ifarch x86_64
Requires: (%{name}-libs(x86-32) = %{?epoch}:%{version}-%{release} if libGL(x86-32))
%endif
%endif
%endif
%ifarch x86_64 i686
Requires: vulkan-filesystem
%endif

Loading…
Cancel
Save