blob: 894d9824f75f31020ba9cb772b5a52bc075dfcac [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_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"
DEPEND="${RDEPEND}"
src_unpack() {
cros-workon_src_unpack
mkdir -p "${S}"/m4
}