diff options
author | 2015-09-02 02:54:52 +0200 | |
---|---|---|
committer | 2015-09-02 02:54:52 +0200 | |
commit | 8073f426e9cde33afcce16702c583073058f89c8 (patch) | |
tree | cd60a5611947c765318ec475c9b27a72bc09947d /x11-libs/libdrm | |
parent | profiles/desc/video_cards.desc: add amdgpu flag (diff) | |
download | gentoo-8073f426e9cde33afcce16702c583073058f89c8.tar.gz gentoo-8073f426e9cde33afcce16702c583073058f89c8.tar.bz2 gentoo-8073f426e9cde33afcce16702c583073058f89c8.zip |
x11-libs/libdrm: allow amdgpu to be configured individually
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'x11-libs/libdrm')
-rw-r--r-- | x11-libs/libdrm/libdrm-2.4.64.ebuild | 4 | ||||
-rw-r--r-- | 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 85915f9e5f40..8ec9f11f5ef8 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 ce2fa6d0c5bc..a4d630bb0b58 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) |