blob: e44f49dd63e634d5a3b1648b0906432153329575 [file] [log] [blame]
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
CROS_WORKON_COMMIT="53c8c35b536bb3571c0bc08ce12db646ad2adb1a"
CROS_WORKON_TREE="4ed40b36dedfacc8b07af2e329964ae944c93698"
EAPI="4"
CROS_WORKON_PROJECT="chromiumos/platform/inputcontrol"
inherit cros-workon
DESCRIPTION="A collection of utilities for configuring input devices"
HOMEPAGE="http://www.chromium.org/"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm x86"
IUSE=""
RDEPEND="x11-apps/xinput"
DEPEND="${RDEPEND}"
src_install() {
emake DESTDIR="${D}" install || die "Install failed"
}