summaryrefslogtreecommitdiff
blob: 4e0bea19c3c6c914c0462993b4ad3cde45d56684 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

XORG_DRI=always
inherit xorg-3

DESCRIPTION="VMware SVGA video driver"

KEYWORDS="amd64 x86"

RDEPEND="
	kernel_linux? (
		x11-libs/libdrm[video_cards_vmware]
		media-libs/mesa[xa]
	)"
DEPEND="${RDEPEND}"

PATCHES=(
	"${FILESDIR}"/${P}-fix-include-order-bool.patch
)