don't compile with wayland by default

This commit is contained in:
IoIxD 2025-12-09 00:23:11 -07:00
commit ccdde06389
2 changed files with 81 additions and 23 deletions

View file

@ -1,8 +1,3 @@
if (system("wayland-scanner -v >/dev/null 2>&1") == 0) {
use_backend("wayland", "x11");
}
else {
use_backend("x11");
}
use_backend("x11");
1;