Fix build

icc-effect-5.26.4
David Edmundson 2021-08-17 13:17:27 +01:00
parent 0c0118f5e8
commit ff99100ec5
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
}