blob: fdb559aef625e5c0bead3de68e1ff08737df6291 [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="ceeb062015f5abe27696d86f2f1b74b6c896e0a9"
CROS_WORKON_TREE="02d0215cf92d9c58b3d14e181466e829b50c1fcf"
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
}