blob: dd8265a08abbd16cae3cdd3a1f4e0e92a8580569 (
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-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
EGIT_REPO_URI="http://git.linaro.org/git-ro/arm/xorg/driver/xf86-video-armsoc.git"
inherit xorg-2
DESCRIPTION="Generic DDX driver for ARM SoCs; based on upstream OMAP driver."
HOMEPAGE="https://git.linaro.org/gitweb?p=arm/xorg/driver/xf86-video-armsoc.git;a=summary"
SRC_URI=""
LICENSE="xf86-video-armsoc-linaro"
SLOT="0"
KEYWORDS="~arm"
IUSE=""
DEPEND="!x11-drivers/xf86-video-armsoc"
RDEPEND="${DEPEND}"
XORG_CONFIGURE_OPTIONS=( "--with-drmmode=exynos" )
|