blob: 31e743d4cde1cbfefcebe5e48097a7104604600e [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="0ca032f6c073edbad1afc9c8fd138c6899d8c5c5"
CROS_WORKON_TREE="0e9d844b9b75cc415dbbe0a97820a71e0dfbd8fa"
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
}