blob: 98114351d01dab1f52f24b833a2237a0c6c3dcfe [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="3ed6fbdb913b4a730cb56c98633b992537af51d3"
CROS_WORKON_TREE="3a0d5d2e7172cbc8f1de7615406503be11f2d204"
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
chromeos-base/libevdev
x11-base/xorg-server"
DEPEND="${RDEPEND}
x11-proto/inputproto"
DOCS="README"
src_prepare() {
eautoreconf
}
src_install() {
autotools-utils_src_install
remove_libtool_files all
}