mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 07:02:28 +00:00
14 lines
189 B
Meson
14 lines
189 B
Meson
wlr_files += files(
|
|
'allocator.c',
|
|
'dmabuf.c',
|
|
'egl.c',
|
|
'drm_format_set.c',
|
|
'gbm_allocator.c',
|
|
'shm_format.c',
|
|
'swapchain.c',
|
|
'wlr_renderer.c',
|
|
'wlr_texture.c',
|
|
)
|
|
|
|
subdir('gles2')
|