blob: a8e18a86e5debb43aebfe8815788f032f3eabe63 [file] [log] [blame]
# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=4
CROS_WORKON_COMMIT="91c81fcf0eb8be225ffb77e05d5442b151228f40"
CROS_WORKON_TREE="44f1a5f2520042450487d0d9581398369d0b6f80"
CROS_WORKON_PROJECT="chromiumos/platform/drm-tests"
inherit cros-workon toolchain-funcs
DESCRIPTION="Chrome OS DRM Tests"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE=""
RDEPEND="virtual/opengles"
DEPEND="${RDEPEND}"
src_compile() {
tc-export CC
emake
}
src_install() {
cd build-opt-local
dobin egl_{clear,chromesim_modified}
}