blob: 36d78d8568ed4af0bc647a02ec8e3b9278e88183 [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="1961857510bc6d939e2e893ba45356894e4d87fb"
CROS_WORKON_TREE="060146e7de8cc164233c0e8061c7b32d8c7bf085"
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="+X"
RDEPEND="app-arch/gzip
x11-apps/xinput"
DEPEND="${RDEPEND}"
src_prepare() {
if ! use X; then
epatch "${FILESDIR}"/0001-chgrp-dev-input-devices-to-chronos-for-DRM.patch
fi
}