blob: 292469c644b94888f02d407514ace3384201c8ef [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
CROS_WORKON_COMMIT="fa3315180b4899389a9cfd272fef9d45f17e17fa"
CROS_WORKON_TREE="1a44547150e0f97fec46625dc63c413bdf2df241"
EAPI=4
CROS_WORKON_PROJECT="chromiumos/platform/xf86-input-cmt"
XORG_EAUTORECONF="yes"
BASE_INDIVIDUAL_URI=""
inherit autotools-utils cros-workon
DESCRIPTION="Chromium OS multitouch input driver for Xorg X server."
CROS_WORKON_LOCALNAME="../platform/xf86-input-cmt"
KEYWORDS="arm amd64 x86"
LICENSE="BSD"
SLOT="0"
IUSE=""
RDEPEND="chromeos-base/gestures
x11-base/xorg-server"
DEPEND="${RDEPEND}
>=chromeos-base/kernel-headers-2.6.38
x11-proto/inputproto"
DOCS="README"
src_prepare() {
eautoreconf
}
src_install() {
autotools-utils_src_install
remove_libtool_files all
}