blob: b7468cb093f730450fd66f6ae664e8444bb5c3a3 [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="ae0b15dc322bab9bf6d7c4fcd5f77d488766a275"
CROS_WORKON_TREE="7214572d6a40efde0f60df725d220a4766a09671"
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
X? ( x11-apps/xinput )
"
DEPEND="${RDEPEND}"
src_configure() {
export HAVE_XINPUT=$(usex X 1 0)
cros-workon_src_configure
}