blob: 5caae3a3c1bf94a6cb979adc627474a3d37113a6 [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="22074a59ff0c214818befe64208359445b2b2a85"
CROS_WORKON_TREE="aaf695b4f39606d662c8f69e7b1ca1c08dc920b2"
CROS_WORKON_PROJECT="chromiumos/platform/salsa"
inherit cros-workon toolchain-funcs
DESCRIPTION="Touchpad Experimentation Framework"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="*"
IUSE="-asan -clang"
REQUIRED_USE="asan? ( clang )"
LIBCHROME_VERS="180609"
RDEPEND="chromeos-base/libchrome:${LIBCHROME_VERS}
sys-libs/ncurses"
DEPEND="${RDEPEND}"
src_configure() {
cros-workon_src_configure
}
src_compile() {
cd try_touch_experiment
tc-export CXX PKG_CONFIG
clang-setup-env
export BASE_VER=${LIBCHROME_VERS}
emake
}
src_install() {
cd try_touch_experiment
default
}