I have no idea why/how this ever worked

Now it doesn't. It's also not very useful anyway, since the static gles3
mode only works with emscripten, for which we manually specify GL
linking flags.
This commit is contained in:
Andrei Alexeyev 2021-02-25 08:49:45 +02:00
parent 4aa5d66c8a
commit 937cb3bea7
No known key found for this signature in database
GPG key ID: 72D26128040B9690

View file

@ -8,6 +8,3 @@ r_gles30_libdeps = r_glescommon_libdeps
config.set('TAISEI_BUILDCONF_RENDERER_STATIC_GLES30', static_gles30)
if static_gles30
r_gles30_libdeps += [dependency('glesv2'), dependency('egl')]
endif