mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
87293d1b15
This will make it easier to toggle when we make our GLES2 renderer optional.
12 lines
172 B
Meson
12 lines
172 B
Meson
wlr_files += files(
|
|
'allocator.c',
|
|
'dmabuf.c',
|
|
'egl.c',
|
|
'drm_format_set.c',
|
|
'gbm_allocator.c',
|
|
'swapchain.c',
|
|
'wlr_renderer.c',
|
|
'wlr_texture.c',
|
|
)
|
|
|
|
subdir('gles2')
|