mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
50cf14b462
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
23 lines
977 B
BlitzBasic
Executable File
23 lines
977 B
BlitzBasic
Executable File
SUMMARY = "A benchmark for GL(ES)2 based compositing operations"
|
|
LICENSE = "GPLv3"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
|
|
|
|
DEPENDS = "virtual/libgl virtual/egl virtual/libgles1 virtual/libgles2 \
|
|
virtual/libx11 libxcomposite pixman libxrender libpng12"
|
|
|
|
SRC_URI = "https://launchpad.net/glcompbench/trunk/${PV}/+download/${BPN}-${PV}.tar.gz \
|
|
file://glbench-compile-fix.patch \
|
|
file://Fix-configure-for-sqrt-check.patch \
|
|
file://Fix_space_issues.patch \
|
|
file://Fix_auto_ptr_deprecated.patch \
|
|
file://0001-build-Specify-std-c-11-on-cmdline.patch \
|
|
file://0001-waf-Disable-errors-due-to-Wdeprecated.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "c939d9156fe940960098f38707fea827"
|
|
SRC_URI[sha256sum] = "b04b738cec06c6786ceafa86e4735fd8b971c078265754854ef356b0379542ee"
|
|
|
|
inherit pkgconfig waf distro_features_check
|
|
# depends on virtual/libx11
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|