wlroots/util/meson.build
Simon Ser 639ca05d35 matrix: move to util/
wlr_matrix is not a standalone type like other headers in types/,
it's more of an internal utility. Move it to the appropriate place.
2025-01-27 17:48:18 +01:00

17 lines
202 B
Meson

wlr_files += files(
'addon.c',
'array.c',
'box.c',
'env.c',
'global.c',
'log.c',
'matrix.c',
'rect_union.c',
'region.c',
'set.c',
'shm.c',
'time.c',
'token.c',
'transform.c',
'utf8.c',
)