mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
committed by
Sam James
parent
8570e39f90
commit
3643bb2e16
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user