deprecate --libinput option
seems do not needed any more
This commit is contained in:
parent
3a74be2df6
commit
3cdfdeb982
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ int main(int argc, char * argv[])
|
|||
}
|
||||
#endif
|
||||
QCommandLineOption libinputOption(QStringLiteral("libinput"),
|
||||
i18n("Enable libinput support for input events processing. Note: never use in a nested session."));
|
||||
i18n("Enable libinput support for input events processing. Note: never use in a nested session. (deprecated)"));
|
||||
parser.addOption(libinputOption);
|
||||
#if HAVE_DRM
|
||||
QCommandLineOption drmOption(QStringLiteral("drm"), i18n("Render through drm node."));
|
||||
|
|
Loading…
Reference in a new issue