blob: d2c0fd63af77d0939d7d7a62b3006571f5ff2577 [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="16a14be9983354bc2dfb949a38ed8d92871fdb4a"
CROS_WORKON_TREE="8c0c00712eb8052523d53c9e1142d4c8dacf0e30"
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 -clang"
REQUIRED_USE="asan? ( clang )"
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() {
clang-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
}