aboutsummaryrefslogtreecommitdiff
blob: 74bbd74e9df1b434ba3d8bd99df85a1532fed964 (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
30
31
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="4"

#EGIT_REPO_URI="git://gitorious.org/thierryreding/${PN}.git
#	http://git.gitorious.org/thierryreding/${PN}.git"
#EGIT_REPO_URI="git://people.freedesktop.org/~tagr/${PN}"

EGIT_REPO_URI="https://github.com/grate-driver/xf86-video-opentegra.git"

inherit autotools-utils xorg-2 git-2

DESCRIPTION="Unaccelerated WIP driver for tegra devices"

KEYWORDS="-* ~arm"

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

DEPEND="${RDEPEND}"

AUTOTOOLS_IN_SOURCE_BUILD="yes"
AUTOTOOLS_AUTORECONF="yes"

src_prepare() {
	#epatch "${FILESDIR}"/${PN}-0.6.0-DamageUnregister-fix.patch

	test -d "${S}"/m4 || mkdir "${S}"/m4
	autotools-utils_src_prepare
}