blob: 524345d2403a16da711016396649773f451ea67a [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU Public License v2
EAPI="4"
CROS_WORKON_COMMIT="52714c25ee8f3f7a3f4641b8d246018f7336e6ef"
CROS_WORKON_TREE="ad529e0f003c60f2ae396f1c593557b1611fb9e3"
CROS_WORKON_PROJECT="chromiumos/third_party/xf86-video-armsoc"
CROS_WORKON_LOCALNAME="xf86-video-armsoc"
XORG_DRI="always"
XORG_EAUTORECONF="yes"
inherit xorg-2 cros-workon
DESCRIPTION="X.Org driver for ARM devices"
KEYWORDS="-* arm"
RDEPEND=">=x11-base/xorg-server-1.9
x11-libs/libdrm[video_cards_exynos]"
DEPEND="${RDEPEND}"
src_unpack() {
cros-workon_src_unpack
mkdir -p "${S}"/m4
}