Commit
20a82a3c026ebfe4fec2e3545b0eb051295eb591
by noreplyx11/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)