blob: 3176d906053844c857757128fd7c1e8c6b0cce1d [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
CROS_WORKON_COMMIT="8270031c44d55956e570577eea0d8a2efbfdfbc7"
CROS_WORKON_TREE="3525f1fcec2f8a44138ec85d569e55b776530f7a"
EAPI=4
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
}