mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02:00
* it's not complete, but recipes depending on virtual/libx11 are easiest to spot, I've long list of PNBLACKLIST for all recipes which cannot be built in distro without x11 in DISTRO_FEATURES (From OE-Core rev: 78d269fa9a586e24ef058ba5315c696f15935f56) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
24 lines
943 B
BlitzBasic
24 lines
943 B
BlitzBasic
SUMMARY = "OpenGL extension loading library"
|
|
DESCRIPTION = "The OpenGL Extension Wrangler Library (GLEW) is a cross-platform open-source C/C++ extension loading library."
|
|
HOMEPAGE = "http://glew.sourceforge.net/"
|
|
BUGTRACKER = "http://sourceforge.net/tracker/?group_id=67586"
|
|
SECTION = "x11"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2ac251558de685c6b9478d89be3149c2"
|
|
|
|
DEPENDS = "virtual/libx11 virtual/libgl libglu libxext libxi libxmu"
|
|
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/project/glew/glew/${PV}/glew-${PV}.tgz \
|
|
file://autotools.patch \
|
|
file://glew_fix_for_automake-1.12.patch \
|
|
file://fix-glew.pc-install.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "01246c7ecd135d99be031aa63f86dca1"
|
|
SRC_URI[sha256sum] = "af58103f4824b443e7fa4ed3af593b8edac6f3a7be3b30911edbc7344f48e4bf"
|
|
|
|
inherit autotools lib_package pkgconfig distro_features_check
|
|
# depends on virtual/libx11
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|