Diff xf86-video-amdgpu-23.0.0 with a xf86-video-amdgpu-9999
| /usr/portage/x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild 2025-07-29 16:22:17.964470355 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2023 Gentoo Authors |
|
| 1 |
# Copyright 1999-2025 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 | 4 |
EAPI=8 |
| 5 |
XORG_DRI="always" |
|
| 6 |
inherit xorg-3 |
|
| 5 |
inherit xorg-meson |
|
| 7 | 6 | |
| 8 | 7 |
if [[ ${PV} != 9999* ]]; then
|
| 9 |
KEYWORDS="amd64 arm64 ~loong ppc64 ~riscv x86" |
|
| 8 |
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" |
|
| 10 | 9 |
fi |
| 11 | 10 | |
| 12 | 11 |
DESCRIPTION="Accelerated Open Source driver for AMDGPU cards" |
| ... | ... | |
| 19 | 18 |
DEPEND="${RDEPEND}"
|
| 20 | 19 | |
| 21 | 20 |
src_configure() {
|
| 22 |
local XORG_CONFIGURE_OPTIONS=( |
|
| 23 |
--enable-glamor |
|
| 24 |
$(use_enable udev) |
|
| 21 |
local emesonargs=( |
|
| 22 |
-Dglamor=enabled |
|
| 23 |
$(meson_feature udev) |
|
| 25 | 24 |
) |
| 26 |
xorg-3_src_configure |
|
| 25 |
meson_src_configure |
|
| 27 | 26 |
} |