blob: 4ede368433f9a91a9dfb4cf594adc99a3f037476 [file] [log] [blame]
# Copyright 2016 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
CROS_WORKON_COMMIT="88481efde4161ad9e80bfc44769804208c64da06"
CROS_WORKON_TREE=("49286d8b2b9af4d6c1632fbe46a8778220775f6c" "95bc50d83d12761bde85b586e0f18029d9a12752")
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_DESTDIR="${S}"
CROS_WORKON_OUTOFTREE_BUILD=1
CROS_WORKON_SUBTREE="common-mk userspace_touchpad"
PLATFORM_SUBDIR="userspace_touchpad"
inherit cros-workon platform
DESCRIPTION="Userspace Touchpad"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="BSD-Google"
SLOT="0"
IUSE=""
KEYWORDS="*"
src_install() {
dobin "${OUT}/userspace_touchpad"
insinto "/etc/init"
doins "userspace_touchpad.conf"
}