Chromium Code Reviews| 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..3a94aa99b91271369f2f6d5b6276ab6c43eac288 |
| --- /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 conflict |
|
zbehan
2011/04/11 23:37:20
conflict is unused here, i suspect that's due to a
ilja
2011/04/11 23:51:44
Done.
|
| + |
| +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}" |
| + |