commit: 8073f426e9cde33afcce16702c583073058f89c8
Author: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 2 00:54:52 2015 +0000
Commit: Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
CommitDate: Wed Sep 2 00:54:52 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8073f426
x11-libs/libdrm: allow amdgpu to be configured individually
Package-Manager: portage-2.2.20.1
x11-libs/libdrm/libdrm-2.4.64.ebuild | 4 ++--
x11-libs/libdrm/libdrm-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/x11-libs/libdrm/libdrm-2.4.64.ebuild
b/x11-libs/libdrm/libdrm-2.4.64.ebuild
index 85915f9..8ec9f11 100644
--- a/x11-libs/libdrm/libdrm-2.4.64.ebuild
+++ b/x11-libs/libdrm/libdrm-2.4.64.ebuild
@@ -16,7 +16,7 @@ else
fi
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux
~arm-linux ~x86-linux"
-VIDEO_CARDS="exynos freedreno intel nouveau omap radeon tegra vmware"
+VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vmware"
for card in ${VIDEO_CARDS}; do
IUSE_VIDEO_CARDS+=" video_cards_${card}"
done
@@ -43,13 +43,13 @@ src_configure() {
# Udev is only used by tests now.
--disable-udev
--disable-cairo-tests
+ $(use_enable video_cards_amdgpu amdgpu)
$(use_enable video_cards_exynos exynos-experimental-api)
$(use_enable video_cards_freedreno freedreno)
$(use_enable video_cards_intel intel)
$(use_enable video_cards_nouveau nouveau)
$(use_enable video_cards_omap omap-experimental-api)
$(use_enable video_cards_radeon radeon)
- $(use_enable video_cards_radeon amdgpu)
$(use_enable video_cards_tegra tegra-experimental-api)
$(use_enable video_cards_vmware vmwgfx)
$(use_enable libkms)
diff --git a/x11-libs/libdrm/libdrm-9999.ebuild
b/x11-libs/libdrm/libdrm-9999.ebuild
index ce2fa6d..a4d630b 100644
--- a/x11-libs/libdrm/libdrm-9999.ebuild
+++ b/x11-libs/libdrm/libdrm-9999.ebuild
@@ -17,7 +17,7 @@ else
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390
~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux
~arm-linux ~x86-linux"
fi
-VIDEO_CARDS="exynos freedreno intel nouveau omap radeon tegra vmware"
+VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vmware"
for card in ${VIDEO_CARDS}; do
IUSE_VIDEO_CARDS+=" video_cards_${card}"
done
@@ -44,13 +44,13 @@ src_configure() {
# Udev is only used by tests now.
--disable-udev
--disable-cairo-tests
+ $(use_enable video_cards_amdgpu amdgpu)
$(use_enable video_cards_exynos exynos-experimental-api)
$(use_enable video_cards_freedreno freedreno)
$(use_enable video_cards_intel intel)
$(use_enable video_cards_nouveau nouveau)
$(use_enable video_cards_omap omap-experimental-api)
$(use_enable video_cards_radeon radeon)
- $(use_enable video_cards_radeon amdgpu)
$(use_enable video_cards_tegra tegra-experimental-api)
$(use_enable video_cards_vmware vmwgfx)
$(use_enable libkms)