- /usr/include/vulkan/vulkan_intel.h dropped with Mesa 21.1.0, but
let's keep the package containing an empty directory OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1035
This commit is contained in:
parent
13f39fa26f
commit
522bf33b7f
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 6 14:24:29 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- /usr/include/vulkan/vulkan_intel.h dropped with Mesa 21.1.0, but
|
||||||
|
let's keep the package containing an empty directory
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 6 11:45:47 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
Thu May 6 11:45:47 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -861,6 +861,10 @@ rm -rf %{buildroot}/%{_includedir}/KHR
|
|||||||
# workaround needed since Mesa 19.0.2
|
# workaround needed since Mesa 19.0.2
|
||||||
rm -f %{buildroot}/%{_libdir}/vdpau/libvdpau_gallium.so
|
rm -f %{buildroot}/%{_libdir}/vdpau/libvdpau_gallium.so
|
||||||
|
|
||||||
|
# /usr/include/vulkan/vulkan_intel.h dropped with Mesa 21.1.0, but
|
||||||
|
# let's keep the package containing an empty directory
|
||||||
|
mkdir -p -m 755 %{buildroot}/%{_includedir}/vulkan
|
||||||
|
|
||||||
%else
|
%else
|
||||||
|
|
||||||
rm -f %{buildroot}/%{_libdir}/dri/*_dri.so
|
rm -f %{buildroot}/%{_libdir}/dri/*_dri.so
|
||||||
@ -1132,7 +1136,7 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen
|
|||||||
|
|
||||||
%files -n Mesa-libVulkan-devel
|
%files -n Mesa-libVulkan-devel
|
||||||
%dir %{_includedir}/vulkan
|
%dir %{_includedir}/vulkan
|
||||||
%{_includedir}/vulkan/*
|
#%{_includedir}/vulkan/*
|
||||||
|
|
||||||
%files -n Mesa-vulkan-device-select
|
%files -n Mesa-vulkan-device-select
|
||||||
%{_libdir}/libVkLayer_MESA_device_select.so
|
%{_libdir}/libVkLayer_MESA_device_select.so
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 6 14:24:29 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- /usr/include/vulkan/vulkan_intel.h dropped with Mesa 21.1.0, but
|
||||||
|
let's keep the package containing an empty directory
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 6 11:45:47 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
Thu May 6 11:45:47 UTC 2021 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -860,6 +860,10 @@ rm -rf %{buildroot}/%{_includedir}/KHR
|
|||||||
# workaround needed since Mesa 19.0.2
|
# workaround needed since Mesa 19.0.2
|
||||||
rm -f %{buildroot}/%{_libdir}/vdpau/libvdpau_gallium.so
|
rm -f %{buildroot}/%{_libdir}/vdpau/libvdpau_gallium.so
|
||||||
|
|
||||||
|
# /usr/include/vulkan/vulkan_intel.h dropped with Mesa 21.1.0, but
|
||||||
|
# let's keep the package containing an empty directory
|
||||||
|
mkdir -p -m 755 %{buildroot}/%{_includedir}/vulkan
|
||||||
|
|
||||||
%else
|
%else
|
||||||
|
|
||||||
rm -f %{buildroot}/%{_libdir}/dri/*_dri.so
|
rm -f %{buildroot}/%{_libdir}/dri/*_dri.so
|
||||||
@ -1131,7 +1135,7 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen
|
|||||||
|
|
||||||
%files -n Mesa-libVulkan-devel
|
%files -n Mesa-libVulkan-devel
|
||||||
%dir %{_includedir}/vulkan
|
%dir %{_includedir}/vulkan
|
||||||
%{_includedir}/vulkan/*
|
#%{_includedir}/vulkan/*
|
||||||
|
|
||||||
%files -n Mesa-vulkan-device-select
|
%files -n Mesa-vulkan-device-select
|
||||||
%{_libdir}/libVkLayer_MESA_device_select.so
|
%{_libdir}/libVkLayer_MESA_device_select.so
|
||||||
|
Loading…
Reference in New Issue
Block a user