renamed gles2 components to gles

This commit is contained in:
William McKinnon 2025-10-27 00:49:39 -04:00
parent 879243e370
commit 00c96e3ac0
19 changed files with 304 additions and 303 deletions

View file

@ -15,7 +15,7 @@ if not features.get('xwayland')
exclude_files += 'xwayland.h'
endif
if not features.get('gles2-renderer')
exclude_files += ['render/egl.h', 'render/gles2.h']
exclude_files += ['render/egl.h', 'render/gles.h']
endif
if not features.get('vulkan-renderer')
exclude_files += 'render/vulkan.h'