don't compile with wayland by default
This commit is contained in:
parent
4513475528
commit
ccdde06389
2 changed files with 81 additions and 23 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue