The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / apitrace / Config.in
1 comment "apitrace needs a (e)glibc toolchain w/ C++"
2         depends on BR2_PACKAGE_XORG7
3         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_USES_GLIBC
4
5 config BR2_PACKAGE_APITRACE
6         bool "apitrace"
7         depends on BR2_INSTALL_LIBSTDCPP
8         depends on BR2_TOOLCHAIN_USES_GLIBC # uses glibc specific __libc_dlsym
9         depends on BR2_PACKAGE_XORG7
10         select BR2_PACKAGE_XLIB_LIBX11
11         help
12           Trace and replay OpenGL and OpenGL ES APIs calls to/from a
13           file. You may install apitrace GUI from your distribution to
14           inspect generated traces.
15
16           http://apitrace.github.io/