python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / apitrace / Config.in
blob7fdd35af3e02cd97c06828752934ac70f6735734
1 comment "apitrace needs a glibc toolchain w/ C++, gcc >= 4.6"
2         depends on BR2_PACKAGE_XORG7
3         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_USES_GLIBC \
4                 || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_6
6 config BR2_PACKAGE_APITRACE
7         bool "apitrace"
8         depends on BR2_INSTALL_LIBSTDCPP
9         depends on BR2_TOOLCHAIN_USES_GLIBC # uses glibc specific __libc_dlsym
10         depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_6
11         depends on BR2_PACKAGE_XORG7
12         select BR2_PACKAGE_XLIB_LIBX11
13         select BR2_PACKAGE_LIBPNG
14         help
15           Trace and replay OpenGL and OpenGL ES APIs calls to/from a
16           file. You may install apitrace GUI from your distribution to
17           inspect generated traces.
19           http://apitrace.github.io/