labwc/src/common/meson.build
Johan Malm 82e47ac1f5 Remove src/common/log.c
Use wlr_log() instead
2021-07-23 21:15:55 +01:00

10 lines
141 B
Meson

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