wlroots-hyprland/render/pixman/meson.build

10 lines
120 B
Meson
Raw Permalink Normal View History

2021-01-18 05:15:36 +01:00
pixman = dependency('pixman-1')
2021-01-18 05:15:36 +01:00
wlr_deps += pixman
wlr_files += files(
'pass.c',
2021-01-18 05:15:36 +01:00
'pixel_format.c',
'renderer.c',
)