wlroots-hyprland/util/meson.build
Simon Ser 9e702e9cfe util/transform: move over wl_output_transform helpers
These aren't really tied to wlr_output.
2023-11-23 11:03:57 +01:00

16 lines
189 B
Meson

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