aboutsummaryrefslogtreecommitdiff
blob: 59ee9458f6d257009faccd22d7126ac8ff7227af (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
32
33
34
35
36
37
38
39
40
41
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=2

# This gets set automatically by x-modular when ebuild version
# ends with 9999*. We have to do it ourselves in a snapshot.
GIT_ECLASS="git"
SNAPSHOT="yes"
SRC_URI=""

# We cannot inherit git here; defining it causes the ebuild to 
# only fetch the git repo and not do anything else.
# Furthermore, git is automatically inherited by x-modular.
inherit x-modular

DESCRIPTION="Video driver for SMedia Glamo"
HOMEPAGE="http://www.openmoko.org/"

EGIT_REPO_URI="git://git.openmoko.org/git/xf86-video-glamo.git"
EGIT_PROJECT="xf86-video-glamo"
EGIT_COMMIT="e43cf499d0df41eb6ca2a1a7c21af71e31207635"


LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~arm"
IUSE=""

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

DEPEND="${RDEPEND}
		x11-proto/randrproto
		x11-proto/renderproto
		x11-proto/xextproto
		x11-proto/xproto
		x11-proto/videoproto
		x11-libs/libdrm[video_cards_glamo]"

CONFIGURE_OPTIONS="--enable-kms"