You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
297 B

glesv2 = dependency('glesv2', required: 'gles2' in renderers)
if not (glesv2.found() and internal_features['egl'])
subdir_done()
endif
features += { 'gles2-renderer': true }
wlr_deps += glesv2
wlr_files += files(
'pass.c',
'pixel_format.c',
'renderer.c',
'texture.c',
)
subdir('shaders')