mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-28 11:06:25 +00:00
mesa: if we build against llvm3.2 we need to package this library
This commit is contained in:
parent
c980166c5e
commit
21efcc3c3e
1 changed files with 1 additions and 0 deletions
|
@ -464,6 +464,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%{_libdir}/dri/r600_dri.so
|
%{_libdir}/dri/r600_dri.so
|
||||||
%if 0%{?with_llvm} && 0%{?with_radeonsi}
|
%if 0%{?with_llvm} && 0%{?with_radeonsi}
|
||||||
%{_libdir}/dri/radeonsi_dri.so
|
%{_libdir}/dri/radeonsi_dri.so
|
||||||
|
%{_libdir}/libllvmradeon9.1.0.so
|
||||||
%endif
|
%endif
|
||||||
%ifarch %{ix86} x86_64 ia64
|
%ifarch %{ix86} x86_64 ia64
|
||||||
%{_libdir}/dri/i915_dri.so
|
%{_libdir}/dri/i915_dri.so
|
||||||
|
|
Loading…
Reference in a new issue