blob: 3a7abe11ea5fe7fa8e28c967ba5c70f5cbc7d4ed [file] [log] [blame]
# Copyright 2016 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
CROS_WORKON_COMMIT="0ee68c125c7bac78938bdbc7ba11cb3025e99b72"
CROS_WORKON_TREE=("6e26865830c31aab3c4ac64af4612f5fce7edc6e" "148a461d5bac34fdb4a199a769a7fdbd116ea8d5" "dc1506ef7c8cfd2c5ffd1809dac05596ec18773c")
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 .gn"
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"
}