wlroots/util/meson.build
Kirill Primak 7b1ed9af0b Merge branch 'rectpack' into 'master'
util: introduce rectangle packing helper

See merge request wlroots/wlroots!4761
2026-01-22 07:01:54 +03:00

20 lines
241 B
Meson

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