blob: 642d257446704c236a5c9a0b03edb4ac373ac232 [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
CROS_WORKON_COMMIT="e8dcacfbec9ccee22b520bba19260930db69d0b7"
CROS_WORKON_TREE="8ce6e763f991c894dbab766929da89c86b117080"
CROS_WORKON_PROJECT="chromiumos/platform/mtplot"
inherit autotools cros-workon
DESCRIPTION="Multitouch Contact Plotter"
CROS_WORKON_LOCALNAME="../platform/mtplot"
HOMEPAGE="http://src.chromium.org"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="*"
IUSE="-asan -clang"
REQUIRED_USE="asan? ( clang )"
RDEPEND="x11-libs/libX11"
DEPEND="${RDEPEND}"
src_prepare() {
eautoreconf
}
src_configure() {
clang-setup-env
cros-workon_src_configure
}