package/glmark2: remove unneeded comment
authorBernd Kuhls <bernd.kuhls@t-online.de>
Mon, 25 Apr 2016 09:34:16 +0000 (11:34 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 25 Apr 2016 19:17:13 +0000 (21:17 +0200)
glmark2 depends on mesa3d which already depends on BR2_INSTALL_LIBSTDCPP
and BR2_TOOLCHAIN_HAS_THREADS_NPTL, glmark2 does not depend on udev so
the comment stating all these dependencies is not needed.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/glmark2/Config.in

index 052e820cc9c29e31cf10b250c7d81b32b7e9b13b..9167fc54e6892a98873a0fa08b4787dec1134b3c 100644 (file)
@@ -21,7 +21,3 @@ config BR2_PACKAGE_GLMARK2
          glmark2 is an OpenGL 2.0 and ES 2.0 benchmark.
 
          https://github.com/glmark2/glmark2
-
-comment "glmark2 needs udev /dev management and a toolchain w/ C++, NPTL"
-       depends on !BR2_INSTALL_LIBSTDCPP || \
-               !BR2_TOOLCHAIN_HAS_THREADS_NPTL || !BR2_PACKAGE_HAS_UDEV