blob: fe92704125a8e046ca786a8ccedd7add35d8278d [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="df2b762a0e98bf62dff5029dd4ab0631b0cb71c2"
CROS_WORKON_TREE="97c9f64b316b203f252f99b09eeb093614450543"
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="*"
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
}