aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/glew
AgeCommit message (Collapse)Author
2014-06-03recipes: Add missing pkgconfig class inheritsRichard Purdie
These recipes all use pkg-config in some way but were missing dependencies on the tool, this patch adds them. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-02Add missing SUMMARY valuesPaul Eggleton
These recipes all had a long DESCRIPTION but no SUMMARY; since the SUMMARY is often displayed alone by package managers and the default value ("${PN} version ${PV}") isn't particularly useful, we should always try to set SUMMARY. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-08-02glew: upgrade to 1.10.0Saul Wold
rebased patches Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-07-23glew: Update GLEW version number in autotools patchDaniel Nilsson
Hi, This is a small patch for the glew package in oe-core. Library version number is contained in the autotools patch, this has not been updated to match the current library version. This patch updates the version number in the two places where it set in the autotools patch. Signed-off-by: Daniel Nilsson <daniel@dnil.se> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2013-04-29glew: fix generation of glew.pc needed by mesa-demosSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-11-02mesa: Build separate GLU libraryDaniel Stone
Mesa has removed GLU from the core tree upstream, so remove it from the Mesa build and add the separate tarball as a new recipe. Signed-off-by: Daniel Stone <daniel@fooishbar.org> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-09-12glew: upgrade to 1.9.0Constantin Musca
Signed-off-by: Constantin Musca <constantinx.musca@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-05-25glew: fix build with automake 1.12Nitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-09-29glew: update to 1.7.0Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-06-01glew: update to 1.6.0Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-02glew: add new recipes glew 1.5.7Yu Ke
The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library. GLEW provides efficient run-time mechanisms for determining which OpenGL extensions are supported on the target platform. mesa-demos requires glew, so port it from OE, with the following changes: - upgrade it from 1.5.1 to 1.5.7 - add license checksum Signed-off-by: Yu Ke <ke.yu@intel.com>