Files
meta-openembedded/meta-oe/recipes-devtools/apitrace/apitrace_10.0.bb
T
Khem Raj 259e6d305a apitrace: Upgrade to 0.10
apitrace: Fix build with musl

Changes are here [1] which fixed musl build

[1] https://github.com/apitrace/apitrace/releases/tag/10.0

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-11 08:27:27 -07:00

33 lines
899 B
BlitzBasic

SUMMARY = "Tools for tracing OpenGL, Direct3D, and other graphics APIs"
HOMEPAGE = "http://apitrace.github.io/"
SECTION = "console/tools"
LICENSE = "MIT & BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=aeb969185a143c3c25130bc2c3ef9a50 \
file://thirdparty/snappy/COPYING;md5=f62f3080324a97b3159a7a7e61812d0c"
SRCREV = "03e4e9d2cab4f1a61d3f589785641a73dff027c5"
SRC_URI = "git://github.com/${BPN}/${BPN}.git \
file://0001-libbacktrace-include-config.h.patch \
"
S = "${WORKDIR}/git"
DEPENDS += "zlib libpng python3-native"
inherit cmake
EXTRA_OECMAKE += "\
-DENABLE_GUI=OFF \
-DENABLE_X11=OFF \
-DENABLE_STATIC_LIBGCC=OFF \
-DENABLE_STATIC_LIBSTDCXX=OFF \
-DPython3_ROOT_DIR=/usr/bin/python3-native \
"
# Use the bundled snappy library
EXTRA_OECMAKE += "\
-DENABLE_STATIC_SNAPPY=ON \
"
SECURITY_CFLAGS_toolchain-clang = ""