blob: 8677a5b81bb561f1850e3c619eef788363389ec5 [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="c0baaffe08439b3a1068154ac97aa23e1c13415e"
CROS_WORKON_TREE="d0d1dad3dc8d70009f5569727eb97d5e19bf983e"
CROS_WORKON_PROJECT="chromiumos/platform/salsa"
inherit cros-workon toolchain-funcs
DESCRIPTION="Touchpad Experimentation Framework"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE="-asan -clang"
REQUIRED_USE="asan? ( clang )"
LIBCHROME_VERS="271506"
RDEPEND="chromeos-base/libchrome:${LIBCHROME_VERS}
sys-libs/ncurses
x11-libs/libX11
x11-libs/libXi"
DEPEND="${RDEPEND}
x11-proto/xproto"
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
}