diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 17cb070a32..eb6de715ab 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -38,6 +38,16 @@ --> + + January 14th, 2023 + + + [pierre] - Update to mesa-22.3.3. Fixes + #17504. + + + + January 13th, 2023 diff --git a/packages.ent b/packages.ent index 3305f24780..73f3be94e5 100644 --- a/packages.ent +++ b/packages.ent @@ -653,7 +653,7 @@ to avoid building libxml2 twice, which is slow with all deps --> - + diff --git a/x/installing/mesa.xml b/x/installing/mesa.xml index 45586b6ee4..4a6a4d5ca0 100644 --- a/x/installing/mesa.xml +++ b/x/installing/mesa.xml @@ -6,10 +6,10 @@ - + - - + + ]> @@ -241,7 +241,8 @@ DRI_DRIVERS="i965,nouveau" mkdir build && cd build && -meson --prefix=$XORG_PREFIX \ +meson setup \ + --prefix=$XORG_PREFIX \ --buildtype=release \ -Dplatforms=x11,wayland \ -Dgallium-drivers=auto \ @@ -249,24 +250,14 @@ meson --prefix=$XORG_PREFIX \ -Dvalgrind=disabled \ -Dlibunwind=disabled \ .. && - + ninja If you built the tests (see 'Command Explanations'), to run them issue: ninja test. - @@ -365,8 +356,8 @@ cp -rfv ../docs/* /usr/share/doc/mesa-&mesa-version; libGL.so, libGLESv1_CM.so, libGLESv2.so, - libXvMCnouveau.so, - libXvMCr600.so, + libgbm.so, libglapi.so, and libxatracker.so @@ -388,6 +379,7 @@ cp -rfv ../docs/* /usr/share/doc/mesa-&mesa-version; radeonsi_drv_video.so, swrast_dri.so, virtio_gpu_dri.so, + virtio_gpu_drv_video.so, vmwgfx_dri.so, @@ -395,6 +387,7 @@ cp -rfv ../docs/* /usr/share/doc/mesa-&mesa-version; libvdpau_r300.so libvdpau_r600.so, and libvdpau_radeonsi.so + libvdpau_virtio_gpu.so (Many of these drivers are hard-linked).