mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 17:35:18 +00:00
Move egl_gallium.so to the correct location - rhbz#1094588
This commit is contained in:
parent
b49ca9f39d
commit
45f61b238b
1 changed files with 2 additions and 2 deletions
|
@ -490,6 +490,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%doc docs/COPYING
|
||||
%{_libdir}/libEGL.so.1
|
||||
%{_libdir}/libEGL.so.1.*
|
||||
%dir %{_libdir}/egl
|
||||
%{_libdir}/egl/egl_gallium.so
|
||||
|
||||
%files libGLES
|
||||
%defattr(-,root,root,-)
|
||||
|
@ -591,8 +593,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_includedir}/KHR/khrplatform.h
|
||||
%{_libdir}/pkgconfig/egl.pc
|
||||
%{_libdir}/libEGL.so
|
||||
%dir %{_libdir}/egl
|
||||
%{_libdir}/egl/egl_gallium.so
|
||||
|
||||
%files libGLES-devel
|
||||
%defattr(-,root,root,-)
|
||||
|
|
Loading…
Reference in a new issue