This commit is contained in:
IoI_xD 2026-03-24 23:44:30 -07:00
commit f4e2ec8fa9
3 changed files with 22 additions and 8 deletions

View file

@ -42,6 +42,7 @@ if (grep(/^wayland$/, @backends)) {
scan_wayland_protocol("staging", "cursor-shape", "-v1");
scan_wayland_protocol("unstable", "xdg-decoration", "-unstable-v1");
scan_wayland_protocol("unstable", "primary-selection", "-unstable-v1");
scan_wayland_protocol("unstable", "pointer-constraints", "-unstable-v1");
$gl_libs = "-lGL -lGLU";
}