Skip to content
Success

Changes

Summary

  1. install-types: fix cdrtools package name (commit: fa7164f) (details)
  2. x11/components/mesa: fix erroneous dri-drivers-path (commit: 20a82a3) (details)
Commit fa7164fd6efe8b51355e1132be49ff2430c189d2 by noreply
install-types: fix cdrtools package name

(commit: fa7164f)
The file was modifiedcomponents/meta-packages/install-types/manifests/sample-manifest.p5m (diff)
The file was modifiedcomponents/meta-packages/install-types/Makefile (diff)
The file was modifiedcomponents/meta-packages/install-types/includes/desktop_common (diff)
Commit 20a82a3c026ebfe4fec2e3545b0eb051295eb591 by noreply
x11/components/mesa: fix erroneous dri-drivers-path

* x11/components/mesa: fix erroneous dri-drivers-path

Xorg expects /usr/lib/xorg/modules/dri/amd64 , and previous versions of
Mesa provided this path. With the version update to v21.3.9 this changed
to /usr/lib/xorg/modules/dri , which causes problems, i.e. as previously
described with Xorg expecting /usr/lib/xorg/modules/dri/amd64 , which is
defined in x11.mk along with drivers, extensions, input and multimedia
paths for Xorg.

* x11/components/mesa: amend PKG_HARDLINKS to use correct dri-drivers-path
(commit: 20a82a3)
The file was modifiedcomponents/x11/mesa/manifests/sample-manifest.p5m (diff)
The file was modifiedcomponents/x11/mesa/Makefile (diff)
The file was modifiedcomponents/x11/mesa/mesa.p5m (diff)