mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-05 05:05:57 +01:00
13 lines
225 B
Meson
13 lines
225 B
Meson
wlr_files += files(
|
|
'allocator.c',
|
|
'dmabuf.c',
|
|
'egl.c',
|
|
'drm_format_set.c',
|
|
'gbm_allocator.c',
|
|
'gles2/pixel_format.c',
|
|
'gles2/renderer.c',
|
|
'gles2/shaders.c',
|
|
'gles2/texture.c',
|
|
'wlr_renderer.c',
|
|
'wlr_texture.c',
|
|
)
|