blob: c7ff7bdd54ad5fbfe409d04b9a66f38a5515d1d4 [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
CROS_WORKON_COMMIT="4612bbe8f128591fe9c2b08280e91802227c0957"
CROS_WORKON_TREE="10952500639be9527fe4fb26da4bbc97370a50d4"
CROS_WORKON_PROJECT="chromiumos/platform/touch_noise_filter"
CROS_WORKON_USE_VCSID=1
inherit toolchain-funcs multilib cros-debug cros-workon
DESCRIPTION="Touch noise filter"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="*"
IUSE=""
LIBCHROME_VERS="242728"
RDEPEND="chromeos-base/libchrome:${LIBCHROME_VERS}[cros-debug=]"
DEPEND="${RDEPEND}"
src_configure() {
cros-workon_src_configure
}
src_compile() {
tc-export CXX PKG_CONFIG
cros-debug-add-NDEBUG
export BASE_VER=${LIBCHROME_VERS}
export LIBDIR="/usr/$(get_libdir)"
emake clean # TODO(adlr): remove when a better solution exists
emake
}