mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
render: extract gles2 build files to subdir
This will make it easier to toggle when we make our GLES2 renderer optional.
This commit is contained in:
parent
c73a8cde83
commit
87293d1b15
2 changed files with 8 additions and 4 deletions
|
|
@ -4,11 +4,9 @@ wlr_files += files(
|
|||
'egl.c',
|
||||
'drm_format_set.c',
|
||||
'gbm_allocator.c',
|
||||
'gles2/pixel_format.c',
|
||||
'gles2/renderer.c',
|
||||
'gles2/shaders.c',
|
||||
'gles2/texture.c',
|
||||
'swapchain.c',
|
||||
'wlr_renderer.c',
|
||||
'wlr_texture.c',
|
||||
)
|
||||
|
||||
subdir('gles2')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue