2019-12-24 10:32:12 +01:00
|
|
|
comment "apitrace needs a toolchain w/ C++, wchar, dynamic library, threads, gcc >= 4.9"
|
2019-12-17 21:12:02 +01:00
|
|
|
depends on BR2_USE_MMU
|
2019-12-14 12:38:17 +01:00
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
|
2019-12-24 10:32:12 +01:00
|
|
|
BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS || \
|
2019-12-14 12:38:17 +01:00
|
|
|
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
2014-01-02 22:27:40 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_APITRACE
|
|
|
|
bool "apitrace"
|
2019-12-17 21:12:02 +01:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2019-12-14 12:38:17 +01:00
|
|
|
depends on BR2_USE_WCHAR
|
2014-01-02 22:27:40 +01:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2019-12-24 10:32:12 +01:00
|
|
|
depends on !BR2_STATIC_LIBS # dlfcn.h
|
2017-05-21 19:11:01 +02:00
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
2019-12-17 21:12:01 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2019-12-07 01:06:05 +01:00
|
|
|
select BR2_PACKAGE_XLIB_LIBX11 if BR2_PACKAGE_XORG7
|
2015-11-21 12:09:36 +01:00
|
|
|
select BR2_PACKAGE_LIBPNG
|
2014-01-02 22:27:40 +01:00
|
|
|
help
|
|
|
|
Trace and replay OpenGL and OpenGL ES APIs calls to/from a
|
|
|
|
file. You may install apitrace GUI from your distribution to
|
|
|
|
inspect generated traces.
|
|
|
|
|
|
|
|
http://apitrace.github.io/
|