pbsplash/src/meson.build
Caleb Connolly 01af13950c
WIP: vendor tfblib + clang-format
We only need a subset of it, to iterate faster and integrate features
like in-line rotation let's vendor it for now.

Signed-off-by: Caleb Connolly <caleb@connolly.tech>
2023-07-28 20:15:06 +01:00

13 lines
247 B
Meson

src = [
'animate.c',
'nanosvg.c',
'timespec.c',
'pbsplash.c',
'fb.c',
'drawing.c',
]
executable('pbsplash', src,
include_directories: inc,
dependencies: deps,
install: true)