labwc/src/common/meson.build
Joshua Ashton 6c2bbb42ea common: Add helpers for raising/lowering FD limit
Signed-off-by: Joshua Ashton <joshua@froggi.es>
2022-07-17 00:59:23 +00:00

14 lines
230 B
Meson

labwc_sources += files(
'buf.c',
'dir.c',
'fd_util.c',
'font.c',
'grab-file.c',
'nodename.c',
'scaled_font_buffer.c',
'scaled_scene_buffer.c',
'scene-helpers.c',
'spawn.c',
'string-helpers.c',
'zfree.c',
)