blob: 6b622234fd565329f982e52ce0772eb4f0007f8d [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
x11-libs/libdrm[video_cards_exynos]"
DEPEND="${RDEPEND}"
src_unpack() {
cros-workon_src_unpack
mkdir -p "${S}"/m4
}