blob: 37f8c2ae48bbe9c0aed2e2631df6bc92415fc1c5 [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="f1eb895f7ea70ad99bbe60508fda825923c35af6"
CROS_WORKON_TREE="ec04f2eca79665738f8cf20911178e50af6046f2"
CROS_WORKON_PROJECT="chromiumos/platform/touch_noise_filter"
CROS_WORKON_USE_VCSID=1
inherit toolchain-funcs multilib cros-debug cros-workon libchrome
DESCRIPTION="Touch noise filter"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="*"
IUSE=""
src_configure() {
cros-workon_src_configure
}
src_compile() {
tc-export CXX PKG_CONFIG
cros-debug-add-NDEBUG
export LIBDIR="/usr/$(get_libdir)"
emake clean # TODO(adlr): remove when a better solution exists
emake
}