labwc/src/common/meson.build
Johan Malm fa50149525 common/parse-bool.c: make parse_bool() generic
...to avoid multiple versions of a boolean-parser.

- Optionally take a default value
- Return -1 on error
- Rename get-bool.c to parse-bool.c
2023-04-26 15:11:31 +01:00

16 lines
269 B
Meson

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