mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-28 11:06:25 +00:00
Don't ship duplicate vulkan devel headers
This commit is contained in:
parent
01f7915dd8
commit
0ca415a928
1 changed files with 8 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Version: 13.0.0
|
Version: 13.0.0
|
||||||
Release: 2%{?rctag:.%{rctag}}%{?dist}
|
Release: 3%{?rctag:.%{rctag}}%{?dist}
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
@ -432,6 +432,10 @@ rm -f %{buildroot}%{_libdir}/vdpau/*.so
|
||||||
# strip out useless headers
|
# strip out useless headers
|
||||||
rm -f %{buildroot}%{_includedir}/GL/w*.h
|
rm -f %{buildroot}%{_includedir}/GL/w*.h
|
||||||
|
|
||||||
|
# these are shipped already in vulkan-devel
|
||||||
|
rm -f %{buildroot}/%{_includedir}/vulkan/vk_platform.h
|
||||||
|
rm -f %{buildroot}/%{_includedir}/vulkan/vulkan.h
|
||||||
|
|
||||||
# remove .la files
|
# remove .la files
|
||||||
find %{buildroot} -name '*.la' -delete
|
find %{buildroot} -name '*.la' -delete
|
||||||
|
|
||||||
|
@ -665,6 +669,9 @@ popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 2 2016 Peter Robinson <pbrobinson@fedoraproject.org> 13.0.0-3
|
||||||
|
- Don't ship duplicate vulkan devel headers
|
||||||
|
|
||||||
* Wed Nov 2 2016 Peter Robinson <pbrobinson@fedoraproject.org> 13.0.0-2
|
* Wed Nov 2 2016 Peter Robinson <pbrobinson@fedoraproject.org> 13.0.0-2
|
||||||
- Add options for enabling vulkan components
|
- Add options for enabling vulkan components
|
||||||
- Enable intel/radeon vulkan drivers
|
- Enable intel/radeon vulkan drivers
|
||||||
|
|
Loading…
Reference in a new issue