summaryrefslogtreecommitdiff
blob: 2ab32a1911696de8135ff45e63efec4de373105a (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
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3
inherit x-modular-r2

DESCRIPTION="xf86 displaylink driver"
HOMEPAGE="http://libdlo.freedesktop.org/wiki/xf86-driver-displaylink"
SRC_URI="http://projects.unbit.it/downloads/udlfb-0.2.3_and_${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

S="${WORKDIR}/${PN}"
RDEPEND="x11-base/xorg-server"
DEPEND="${RDEPEND}
	x11-proto/fontsproto
	x11-proto/randrproto
	x11-proto/renderproto
	x11-proto/videoproto
	x11-proto/xproto"

PATCHES=( "${FILESDIR}/${P}-xorg-abi-fix.patch" )