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

EAPI=8

XORG_DRI=always
inherit xorg-3

DESCRIPTION="VMware SVGA video driver"
KEYWORDS="amd64 ~arm64 x86"

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