mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-05 05:05:57 +01:00
15 lines
228 B
Meson
15 lines
228 B
Meson
wlr_files += files(
|
|
'allocator.c',
|
|
'dmabuf.c',
|
|
'egl.c',
|
|
'drm_format_set.c',
|
|
'gbm_allocator.c',
|
|
'pixel_format.c',
|
|
'shm_allocator.c',
|
|
'swapchain.c',
|
|
'wlr_renderer.c',
|
|
'wlr_texture.c',
|
|
)
|
|
|
|
subdir('gles2')
|
|
subdir('pixman')
|