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.
10 lines
204 B
Meson
10 lines
204 B
Meson
|
|
r_gles30_src = files(
|
|
'gles30.c',
|
|
)
|
|
|
|
r_gles30_deps = ['glescommon'] + r_glescommon_deps
|
|
r_gles30_libdeps = r_glescommon_libdeps
|
|
|
|
config.set('TAISEI_BUILDCONF_RENDERER_STATIC_GLES30', static_gles30)
|
|
|