forked from pyrite-dev/milsko
remove egl stuff from wayland to make way for a software renderer lmao
This commit is contained in:
parent
270c87bca2
commit
f68b9a9aae
6 changed files with 170 additions and 376 deletions
|
|
@ -1,3 +1,7 @@
|
|||
use_backend("x11");
|
||||
if(param_get("experimental-wayland")) {
|
||||
use_backend("wayland","x11");
|
||||
} else {
|
||||
use_backend("x11");
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue