blob: bbebf980196e687cc4fadc75da4f5390ae268269 [file] [log] [blame]
# Copyright 2014 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
DESCRIPTION="Peach bsp (meta package to pull in driver/tool dependencies)"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="-* arm"
IUSE=""
DEPEND=""
RDEPEND="
media-libs/media-rules
x11-drivers/mali-rules
"
S="${WORKDIR}"
src_install() {
# Install platform specific laptop mode tools configuration files
insinto "/etc/laptop-mode/conf.d/board-specific"
doins "${FILESDIR}/runtime-pm.conf"
}