From cb25bb5776b30e34ff7aa32c5e0a4f8862774e74 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 26 Apr 2017 17:09:16 +0200 Subject: build: remove checks for libGL We don't need to link against libGL directly, nor do we need OpenGL headers. The only thing we need is the windowing interop stuff, such as libEGL. --- waftools/checks/custom.py | 1 - 1 file changed, 1 deletion(-) (limited to 'waftools/checks') diff --git a/waftools/checks/custom.py b/waftools/checks/custom.py index 36b6822bee..a2b4971cd2 100644 --- a/waftools/checks/custom.py +++ b/waftools/checks/custom.py @@ -144,7 +144,6 @@ def check_rpi(ctx, dependency_identifier): checks = [ check_pkg_config('bcm_host', uselib_store='bcm_host'), check_pkg_config('egl'), - check_pkg_config('glesv2'), check_cc(lib=['mmal_core', 'mmal_util', 'mmal_vc_client'], use=['bcm_host']), ] -- cgit v1.2.3