blob: 15c4e6fc94afe3d0dc9612f0bf5ba4aab201c0ff [file] [log] [blame]
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
CROS_WORKON_COMMIT="bbd199f8f3dc9c2a49cfecfc7956fe7706d9f0e9"
CROS_WORKON_TREE="694b5563f06e90386ee01ceec190282dc3be5089"
CROS_WORKON_PROJECT="chromiumos/third_party/khronos"
CROS_WORKON_LOCALNAME="khronos"
inherit scons-utils toolchain-funcs cros-workon
DESCRIPTION="OpenGL|ES mock library"
HOMEPAGE="http://www.khronos.org/opengles/2_X/"
SRC_URI=""
LICENSE="SGI-B-2.0"
SLOT="0"
KEYWORDS="arm x86"
IUSE=""
RDEPEND="x11-libs/libX11
x11-drivers/opengles-headers"
DEPEND="${RDEPEND}"
src_compile() {
tc-export AR CC CXX LD NM RANLIB
escons
}
src_install() {
dolib libEGL.so libGLESv2.so
}