| Index: chromeos-base/autotest-deps-piglit/autotest-deps-piglit-9999.ebuild
|
| diff --git a/chromeos-base/autotest-deps-piglit/autotest-deps-piglit-9999.ebuild b/chromeos-base/autotest-deps-piglit/autotest-deps-piglit-9999.ebuild
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f8ed3a32c0b93bdaddb9ac2a1ee5649f8b30bba2
|
| --- /dev/null
|
| +++ b/chromeos-base/autotest-deps-piglit/autotest-deps-piglit-9999.ebuild
|
| @@ -0,0 +1,44 @@
|
| +# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
|
| +# Distributed under the terms of the GNU General Public License v2
|
| +
|
| +EAPI=2
|
| +
|
| +
|
| +inherit cros-workon autotest-deponly
|
| +
|
| +DESCRIPTION="dependencies for Piglit (collection of automated tests for OpenGl based on glean and mesa)"
|
| +HOMEPAGE="http://cgit.freedesktop.org/piglit"
|
| +SRC_URI=""
|
| +LICENSE="GPL"
|
| +SLOT="0"
|
| +KEYWORDS="~amd64 ~arm ~x86"
|
| +
|
| +# Autotest enabled by default.
|
| +IUSE="+autotest"
|
| +
|
| +CROS_WORKON_PROJECT=autotest
|
| +CROS_WORKON_LOCALNAME=../third_party/autotest
|
| +CROS_WORKON_SUBDIR=files
|
| +
|
| +AUTOTEST_DEPS_LIST="piglit"
|
| +RDEPEND="
|
| + virtual/glut
|
| + virtual/opengl
|
| + media-libs/tiff
|
| + media-libs/libpng
|
| + sys-libs/zlib
|
| + x11-libs/libICE
|
| + x11-libs/libSM
|
| + x11-libs/libX11
|
| + x11-libs/libXtst
|
| + x11-libs/libXau
|
| + x11-libs/libXdmcp
|
| + x11-libs/libXext
|
| + x11-libs/libXi
|
| + x11-libs/libXpm
|
| + "
|
| +# NOTE: For deps, we need to keep *.a
|
| +AUTOTEST_FILE_MASK="*.tar.bz2 *.tbz2 *.tgz *.tar.gz"
|
| +
|
| +DEPEND="${RDEPEND}"
|
| +
|
|
|