blob: e62b29c04e91b5eaaa0750d334a452ab62c39836 [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=5
CROS_WORKON_COMMIT="a89fc9c1af588ea15802604d8524e91ae0b69e5d"
CROS_WORKON_TREE="3f3602dce831207c43308175afa0d660883cdcb4"
CROS_WORKON_PROJECT="chromiumos/third_party/autotest"
CROS_WORKON_LOCALNAME=../third_party/autotest
CROS_WORKON_SUBDIR=files
inherit cros-workon autotest-deponly cros-debug libchrome
DESCRIPTION="Autotest glbench dep"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="*"
# Autotest enabled by default.
IUSE="+autotest"
RDEPEND="${RDEPEND}
>=dev-cpp/gflags-2.0
!opengles? ( virtual/opengl )
opengles? ( virtual/opengles )
x11-apps/xwd
"
DEPEND="${RDEPEND}"
AUTOTEST_DEPS_LIST="glbench"
# NOTE: For deps, we need to keep *.a
AUTOTEST_FILE_MASK="*.tar.bz2 *.tbz2 *.tgz *.tar.gz"
src_prepare() {
autotest-deponly_src_prepare
cros-debug-add-NDEBUG
}
src_configure() {
cros-workon_src_configure
}