blob: 00509021fc4cf20a7892ddde9d2148ecffc9c20c [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="1814585157e6089560000d81f22656e65fcec5a7"
CROS_WORKON_TREE="b6351fb4f09b3e7ec449a066b4b8834b85787529"
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="amd64 arm x86"
IUSE=""
RDEPEND="virtual/opengles"
DEPEND="${RDEPEND}"
src_compile() {
tc-export CC
emake
}
src_install() {
cd build-opt-local
dobin egl_{clear,chromesim_modified}
}