wlroots-hyprland/render/pixman/meson.build

8 lines
108 B
Meson
Raw Normal View History

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