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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chromeos-base/autotest-tests/autotest-tests-9999.ebuild » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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}"
+
« no previous file with comments | « no previous file | chromeos-base/autotest-tests/autotest-tests-9999.ebuild » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698