blob: 31e87a432750b2f606b4ce7e2431877ff688d4f9 [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="317cfa3b9ef48a8e95c56d88f19af6e9d3b36368"
CROS_WORKON_TREE="22b36266233b97f2a17844c869cee4bd7ef6e7c1"
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
}