1e121088ada8afafa45057860c0b3a94e97b7a76
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / efl / expedite / Config.in
1 config BR2_PACKAGE_EXPEDITE
2         bool "expedite"
3         select BR2_PACKAGE_LIBEINA
4         select BR2_PACKAGE_LIBEVAS
5         select BR2_PACKAGE_LIBEET
6         depends on BR2_INSTALL_LIBSTDCPP
7         depends on BR2_TOOLCHAIN_HAS_THREADS # libevas
8         help
9           Expedite is the official Evas benchmark tool. It can test different
10           engines, such as X11, XRender, OpenGL (also ES variant), SDL,
11           DirectFB and so on. Its tests are quite extensive, trying to
12           reproduce real world usage cases.
13
14 comment "expedite needs a toolchain w/ C++, threads"
15         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS