wayland: start getting rid of cairo in favor of pixman
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
67788da3fb
commit
6f6b08c0f5
4 changed files with 120 additions and 277 deletions
|
|
@ -38,6 +38,9 @@ if (grep(/^wayland$/, @backends)) {
|
|||
add_cflags("-DWAYLAND_LOAD_OPENGL");
|
||||
}
|
||||
|
||||
add_cflags("-I/usr/include/pixman-1");
|
||||
add_libs("-lpixman-1");
|
||||
|
||||
scan_wayland_protocol_core();
|
||||
scan_wayland_protocol("stable", "xdg-shell", "");
|
||||
scan_wayland_protocol("stable", "viewporter", "");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue