deprecate --libinput option

seems do not needed any more
This commit is contained in:
Andrey Butirsky 2020-06-26 14:48:47 +03:00 committed by David Edmundson
parent 3a74be2df6
commit 3cdfdeb982

View file

@ -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."));