mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-10 23:30:03 +02:00
17 lines
333 B
Bash
17 lines
333 B
Bash
# 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}"
|