blob: f5d0035ffdc0b743628e4c9a571b61b5e8b68e33 [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_PROJECT="chromiumos/platform/xf86-input-cmt"
CROS_WORKON_LOCALNAME="../platform/xf86-input-cmt"
inherit autotools-utils cros-workon
DESCRIPTION="Chromium OS multitouch input driver for Xorg X server"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~*"
IUSE=""
RDEPEND="chromeos-base/gestures
chromeos-base/libevdev
x11-base/xorg-server"
DEPEND="${RDEPEND}
x11-proto/inputproto"
DOCS="README"
src_prepare() {
eautoreconf
}
src_configure() {
autotools-utils_src_configure
}
src_install() {
autotools-utils_src_install
remove_libtool_files all
}