wayland: start getting rid of cairo in favor of pixman
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoI_xD 2026-04-08 14:18:13 -07:00
commit 6f6b08c0f5
4 changed files with 120 additions and 277 deletions

View file

@ -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", "");