blob: ac278ed42971f1806c9787899c4c46e8d88a63f4 [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="9c7d5c79489e413b72e084fdde4610b1647adff7"
CROS_WORKON_TREE="de1f471aefa907f2928a6ebc98487601767dd66e"
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_DESTDIR="${S}"
inherit cros-debug cros-workon libchrome 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 )"
RDEPEND="
sys-libs/ncurses
x11-libs/libX11
x11-libs/libXi"
DEPEND="${RDEPEND}
x11-proto/xproto"
src_unpack() {
cros-workon_src_unpack
S+="/salsa"
}
src_configure() {
cros-workon_src_configure
}
src_compile() {
cd try_touch_experiment
tc-export CXX PKG_CONFIG
clang-setup-env
emake
}
src_install() {
cd try_touch_experiment
default
}