blob: c823af5d59fb034026850c40caa9ad67959455ae [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_SUBTREE="common-mk screenshot .gn"
CROS_WORKON_OUTOFTREE_BUILD=1
CROS_WORKON_INCREMENTAL_BUILD=1
PLATFORM_SUBDIR="screenshot"
inherit cros-workon platform
DESCRIPTION="Utility to take a screenshot"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform2/+/master/screenshot/"
LICENSE="BSD-Google"
KEYWORDS="~*"
IUSE=""
RDEPEND="
media-libs/libpng:0=
media-libs/minigbm:=
x11-libs/libdrm:=
virtual/opengles"
DEPEND="${RDEPEND}"
src_install() {
dosbin "${OUT}/screenshot"
}