summaryrefslogtreecommitdiff
path: root/package/glmark2
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-04-25 11:34:16 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-04-25 21:17:13 +0200
commitc933a5824a90fdd16d264674422919e70610f2bd (patch)
tree9b4a7779fee05efd59610ed81b615516df7220d9 /package/glmark2
parentdaa8145d9afda21e5e2b29bd0d3f9782bc60a845 (diff)
package/glmark2: remove unneeded comment
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>
Diffstat (limited to 'package/glmark2')
-rw-r--r--package/glmark2/Config.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/glmark2/Config.in b/package/glmark2/Config.in
index 052e820cc..9167fc54e 100644
--- a/package/glmark2/Config.in
+++ b/package/glmark2/Config.in
@@ -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