blob: 800621fdeb51ed1597eab4f1e798464118dc005a [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=7
CROS_WORKON_COMMIT="909f58cf6010e11d37caad4e3e1de69c4064b251"
CROS_WORKON_TREE="673c2aba9ae1ce95a46c49852fff7f59511841e5"
CROS_WORKON_PROJECT="chromiumos/third_party/autotest"
CROS_WORKON_LOCALNAME="third_party/autotest/files"
inherit cros-sanitizers cros-workon autotest-deponly
DESCRIPTION="Autotest glmark2 dependency"
HOMEPAGE="https://launchpad.net/glmark2"
SRC_URI=""
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="*"
# Autotest enabled by default.
IUSE="-asan +autotest"
AUTOTEST_DEPS_LIST="glmark2"
# deps/glmark2
RDEPEND="
app-benchmarks/glmark2
"
DEPEND="${RDEPEND}"
src_configure() {
sanitizers-setup-env
default
}