wayland backend init commit
This commit is contained in:
parent
9831c033fb
commit
843cc74c4c
12 changed files with 581 additions and 3 deletions
|
|
@ -1,4 +1,9 @@
|
|||
# $Id$
|
||||
use_backend("x11");
|
||||
|
||||
if(system("wayland-scanner -v >/dev/null 2>&1") == 0){
|
||||
use_backend("wayland", "x11");
|
||||
} else {
|
||||
use_backend("x11");
|
||||
}
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue