mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
render: introduce pixman renderer
This commit is contained in:
parent
9de93a866f
commit
0d90dddfab
8 changed files with 522 additions and 0 deletions
7
render/pixman/meson.build
Normal file
7
render/pixman/meson.build
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
pixman = dependency('pixman-1')
|
||||
wlr_deps += pixman
|
||||
|
||||
wlr_files += files(
|
||||
'pixel_format.c',
|
||||
'renderer.c',
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue