Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(315)

Side by Side Diff: chromeos-base/autotest-deps-piglit/autotest-deps-piglit-9999.ebuild

Issue 6746009: Add piglit ebuilds (Closed) Base URL: ssh://gitrw.chromium.org:9222/chromiumos-overlay.git@master
Patch Set: responding to zdenek Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 # Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=2
5
6
7 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.
8
9 DESCRIPTION="dependencies for Piglit (collection of automated tests for OpenGl b ased on glean and mesa)"
10 HOMEPAGE="http://cgit.freedesktop.org/piglit"
11 SRC_URI=""
12 LICENSE="GPL"
13 SLOT="0"
14 KEYWORDS="~amd64 ~arm ~x86"
15
16 # Autotest enabled by default.
17 IUSE="+autotest"
18
19 CROS_WORKON_PROJECT=autotest
20 CROS_WORKON_LOCALNAME=../third_party/autotest
21 CROS_WORKON_SUBDIR=files
22
23 AUTOTEST_DEPS_LIST="piglit"
24 RDEPEND="
25 virtual/glut
26 virtual/opengl
27 media-libs/tiff
28 media-libs/libpng
29 sys-libs/zlib
30 x11-libs/libICE
31 x11-libs/libSM
32 x11-libs/libX11
33 x11-libs/libXtst
34 x11-libs/libXau
35 x11-libs/libXdmcp
36 x11-libs/libXext
37 x11-libs/libXi
38 x11-libs/libXpm
39 "
40 # NOTE: For deps, we need to keep *.a
41 AUTOTEST_FILE_MASK="*.tar.bz2 *.tbz2 *.tgz *.tar.gz"
42
43 DEPEND="${RDEPEND}"
44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698