mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
Recommend mesa-va-drivers from mesa-dri-drivers
The va-api drivers got split off from dri-drivers so they're more replaceable, but to keep status quo, they should still get pulled in by default when mesa-dri-drivers is installed. This commit adds a Recommends to achieve that. Related: #2123998
This commit is contained in:
parent
8d117d960c
commit
0a5d98bcda
1 changed files with 3 additions and 0 deletions
|
@ -197,6 +197,9 @@ Provides: libEGL-devel%{?_isa}
|
|||
%package dri-drivers
|
||||
Summary: Mesa-based DRI drivers
|
||||
Requires: %{name}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
%if 0%{?with_va}
|
||||
Recommends: %{name}-va-drivers%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
%endif
|
||||
|
||||
%description dri-drivers
|
||||
%{summary}.
|
||||
|
|
Loading…
Reference in a new issue