aboutsummaryrefslogtreecommitdiff
blob: 065c8e83886eede951cf4e8b576daf6a531071b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

XORG_DRI=always
inherit autotools eutils xorg-2

DESCRIPTION="Xorg/Freedesktop driver for NVIDIA Tegra GPUs"
SRC_URI="http://cgit.freedesktop.org/xorg/driver/xf86-video-opentegra/snapshot/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~arm"
IUSE=""

RDEPEND=">=x11-base/xorg-server-1.10"

DEPEND="${RDEPEND}
	x11-proto/fontsproto
	x11-proto/randrproto
	x11-proto/renderproto
	x11-proto/videoproto
	x11-proto/xproto"

src_prepare() {
	eautoreconf
}