mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-22 02:00:05 +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',
|
||
|
|
)
|