From 3cdfdeb982c47bc93871a463cb218e4a22587289 Mon Sep 17 00:00:00 2001 From: Andrey Butirsky Date: Fri, 26 Jun 2020 14:48:47 +0300 Subject: [PATCH] deprecate --libinput option seems do not needed any more --- main_wayland.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main_wayland.cpp b/main_wayland.cpp index 0623cba52b..ed7b7325d3 100644 --- a/main_wayland.cpp +++ b/main_wayland.cpp @@ -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."));