blob: 53894630f774db24fdd703f3e948ddc697860557 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
XORG_PACKAGE_NAME=xf86-video-vbox
inherit xorg-2
DESCRIPTION="VirtualBox guest video driver"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="
!x11-drivers/xf86-video-virtualbox
>=x11-base/xorg-server-1.8:=[-minimal]
x11-libs/libXcomposite
x11-libs/libpciaccess
"
DEPEND="
${RDEPEND}
x11-base/xorg-proto
"
|