throw in the towel and switch to cairo lmao

This commit is contained in:
IoIxD 2025-12-01 20:05:03 -07:00
commit be2eb6483c
3 changed files with 38 additions and 61 deletions

View file

@ -30,7 +30,7 @@ if (grep(/^gdi$/, @backends)) {
if (grep(/^wayland$/, @backends)) {
add_cflags("-DUSE_WAYLAND");
new_object("src/backend/wayland.c");
add_libs("-lwayland-client -lxkbcommon");
add_libs("-lcairo -lwayland-client -lxkbcommon");
scan_wayland_protocol("stable", "xdg-shell","");
scan_wayland_protocol("stable", "tablet","-v2");