You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/x11-drivers/xf86-video-vmware/xf86-video-vmware-13.3.0.eb...

23 lines
387 B

# 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[libkms,video_cards_vmware]
media-libs/mesa[xa]
)"
DEPEND="${RDEPEND}"
PATCHES=(
"${FILESDIR}"/${P}-fix-include-order-bool.patch
)