mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2025-12-24 05:30:03 +01:00
8 lines
108 B
Meson
8 lines
108 B
Meson
|
|
pixman = dependency('pixman-1')
|
||
|
|
wlr_deps += pixman
|
||
|
|
|
||
|
|
wlr_files += files(
|
||
|
|
'pixel_format.c',
|
||
|
|
'renderer.c',
|
||
|
|
)
|