x11-drivers/xf86-video-amdgpu: fix xorg-meson eclass usage in 25.0.0/9999

The eclass was never used, which broke module loading due to missing
linker flags.

Closes: https://bugs.gentoo.org/960853
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Part-of: https://github.com/gentoo/gentoo/pull/43261
Closes: https://github.com/gentoo/gentoo/pull/43261
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Holger Hoffstätte
2025-07-31 16:22:48 +02:00
committed by Sam James
parent 8570e39f90
commit 3643bb2e16
2 changed files with 4 additions and 4 deletions

View File

@@ -18,9 +18,9 @@ RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_amdgpu]
DEPEND="${RDEPEND}"
src_configure() {
local emesonargs=(
local XORG_CONFIGURE_OPTIONS=(
-Dglamor=enabled
$(meson_feature udev)
)
meson_src_configure
xorg-meson_src_configure
}

View File

@@ -18,9 +18,9 @@ RDEPEND=">=x11-libs/libdrm-2.4.89[video_cards_amdgpu]
DEPEND="${RDEPEND}"
src_configure() {
local emesonargs=(
local XORG_CONFIGURE_OPTIONS=(
-Dglamor=enabled
$(meson_feature udev)
)
meson_src_configure
xorg-meson_src_configure
}