Fix build
This commit is contained in:
parent
0c0118f5e8
commit
ff99100ec5
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ bool Xwayland::startInternal()
|
|||
#if defined(HAVE_XWAYLAND_LISTENFD)
|
||||
arguments << QStringLiteral("-listenfd") << QString::number(dupSocket);
|
||||
#else
|
||||
arguments << QStringLiteral("-listen") << QString::number(dupSocket)
|
||||
arguments << QStringLiteral("-listen") << QString::number(dupSocket);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue