blob: 7c645d4b8a437a2c3280cc7770952a7bec053f22 [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="5fcccd4d5e469fa90c12c317d24bda998fcfcd61"
CROS_WORKON_TREE="bea4ad5ab59de04309afe9e65380026f186d3469"
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="amd64 arm x86"
IUSE=""
RDEPEND="x11-libs/libX11"
DEPEND="${RDEPEND}"
src_prepare() {
eautoreconf
}
src_configure() {
cros-workon_src_configure
}