blob: 218ebfa2c5ef03460927f75a212f19a9ccb51d0e [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
CROS_WORKON_COMMIT="0d2d0c4445ac6f9233aa4e297e0d2c031469225b"
CROS_WORKON_TREE="b77b829ae26e2762ab0e1a3d6451ef11bd5f0e6f"
CROS_WORKON_PROJECT="chromiumos/platform/mttools"
inherit cros-workon cros-constants cros-debug
DESCRIPTION="Chromium OS multitouch utilities"
LICENSE="BSD"
SLOT="0"
KEYWORDS="*"
IUSE="-asan"
RDEPEND="chromeos-base/gestures
app-misc/utouch-evemu
chromeos-base/libevdev
chromeos-base/touch_firmware_test"
DEPEND=${RDEPEND}
src_prepare() {
cros-workon_src_prepare
}
src_configure() {
asan-setup-env
cros-workon_src_configure
}
src_compile() {
cros-workon_src_compile
}
src_install() {
# install to autotest deps directory for dependency
emake DESTDIR="${D}${AUTOTEST_BASE}/client/deps/touchpad-tests/framework" install
}