From ab508f2b55d213f701d4cfceb79daccca97cf67e Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Tue, 11 Mar 2025 14:01:47 +0100 Subject: [PATCH] README.rst: remove unnecessary dependency for qcam The introducing commit (dff416a84b78 ("README: Add missing package for Qt5 tools"); for Qt 5 originally) stated that without the dependency we would get the following messages: Program /usr/lib/x86_64-linux-gnu/qt5/bin/lrelease found: NO Program lrelease-qt5 found: NO Program lrelease found: NO found but need: '== 5.14.2' That was the case for qt5 and is still true for qt6 but this actually is neither breaking the build nor is it doing anything to the outcome of the build (for both qt5 and qt6) as qcam is bit to bit identical with and without that package. Therefore, let's not mislead users to install an unnecessary package. Signed-off-by: Quentin Schulz Reviewed-by: Kieran Bingham Signed-off-by: Kieran Bingham --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5d40d35c..e2a6e275 100644 --- a/README.rst +++ b/README.rst @@ -86,7 +86,7 @@ for cam: [optional] - libtiff-dev: Enables writing DNG for qcam: [optional] - libtiff-dev qt6-base-dev qt6-tools-dev-tools + libtiff-dev qt6-base-dev for tracing with lttng: [optional] liblttng-ust-dev python3-jinja2 lttng-tools