summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2016-05-11 15:58:45 +0200
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2016-05-11 15:59:57 +0200
commitd011c683f9efb674765c1098afa11bea84c9e2c0 (patch)
tree19a77844013cb8e00434fa3bf7c0a2d59d87f5b5 /x11-libs
parentkde-apps/khelpcenter: revert erroneous version bump (diff)
downloadgentoo-d011c683f9efb674765c1098afa11bea84c9e2c0.tar.gz
gentoo-d011c683f9efb674765c1098afa11bea84c9e2c0.tar.bz2
gentoo-d011c683f9efb674765c1098afa11bea84c9e2c0.zip
x11-libs/libdrm: add video_cards_vc4 flag to live ebuild
Package-Manager: portage-2.2.28
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libdrm/libdrm-9999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-libs/libdrm/libdrm-9999.ebuild b/x11-libs/libdrm/libdrm-9999.ebuild
index f0070adb9f5c..a0d12c51f2f6 100644
--- a/x11-libs/libdrm/libdrm-9999.ebuild
+++ b/x11-libs/libdrm/libdrm-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -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="amdgpu exynos freedreno intel nouveau omap radeon tegra vmware"
+VIDEO_CARDS="amdgpu exynos freedreno intel nouveau omap radeon tegra vc4 vmware"
for card in ${VIDEO_CARDS}; do
IUSE_VIDEO_CARDS+=" video_cards_${card}"
done
@@ -52,6 +52,7 @@ src_configure() {
$(use_enable video_cards_omap omap-experimental-api)
$(use_enable video_cards_radeon radeon)
$(use_enable video_cards_tegra tegra-experimental-api)
+ $(use_enable video_cards_vc4 vc4)
$(use_enable video_cards_vmware vmwgfx)
$(use_enable libkms)
# valgrind installs its .pc file to the pkgconfig for the primary arch