- moved drirc.d config snippets from Mesa to Mea-dri package;
radv driver specific conf was missing completely (boo#1204866) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1152
This commit is contained in:
parent
da69acf230
commit
0a556531e0
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 2 08:53:22 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- moved drirc.d config snippets from Mesa to Mea-dri package;
|
||||
radv driver specific conf was missing completely (boo#1204866)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 21 09:41:37 UTC 2022 - Fabian Vogt <fvogt@suse.com>
|
||||
|
||||
|
@ -889,9 +889,6 @@ rm -f %{buildroot}/%{_libdir}/pkgconfig/wayland-egl.pc
|
||||
# Delete things that we do not package in the Mesa-drivers variant, but can
|
||||
# not disable from buildling and installing.
|
||||
|
||||
# in Mesa
|
||||
rm -rf %{buildroot}/%{_datadir}/drirc.d
|
||||
|
||||
rm -f %{buildroot}/%{_libdir}/libEGL.so*
|
||||
# in Mesa-libEGL-devel
|
||||
rm %{buildroot}/%{_includedir}/EGL/egl.h
|
||||
@ -926,6 +923,8 @@ rm -rf %{buildroot}/%{_includedir}/KHR
|
||||
rm -f %{buildroot}/%{_libdir}/vdpau/libvdpau_gallium.so
|
||||
|
||||
%else
|
||||
# package in Mesa-dri
|
||||
rm -rf %{buildroot}/%{_datadir}/drirc.d
|
||||
|
||||
rm -f %{buildroot}/%{_libdir}/dri/*_dri.so
|
||||
|
||||
@ -991,8 +990,6 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen
|
||||
%files
|
||||
%license docs/license.rst
|
||||
%doc docs/README*
|
||||
%dir %{_datadir}/drirc.d
|
||||
%config %{_datadir}/drirc.d/*
|
||||
|
||||
%files libEGL1
|
||||
%{_libdir}/libEGL_mesa.so*
|
||||
@ -1107,6 +1104,8 @@ echo "The \"Mesa\" package does not have the ability to render, but is supplemen
|
||||
|
||||
%if "%{flavor}" == "drivers"
|
||||
%files -n Mesa-dri
|
||||
%dir %{_datadir}/drirc.d
|
||||
%config %{_datadir}/drirc.d/*
|
||||
%dir %{_libdir}/dri
|
||||
%{_libdir}/dri/*_dri.so
|
||||
%ifarch %{ix86} x86_64 aarch64 %{arm} ppc64 ppc64le riscv64
|
||||
|
Loading…
Reference in New Issue
Block a user