Message ID | 20231204071511.25676-1-laurent.pinchart@ideasonboard.com |
---|---|
State | Accepted |
Commit | 197009f06eeb50a6542c31f5df8c003b8c49144b |
Headers | show |
Series |
|
Related | show |
Hi Laurent, Thanks for the patch On 12/4/23 12:45 PM, Laurent Pinchart via libcamera-devel wrote: > The libqt5core5a, libqt5gui5 and libqt5widgets packages are dependencies > of the qtbase5-dev package. There's no need to list them explicitly. > > While at it, sort the qcam dependencies alphabetically. > > Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> LGTM, Reviewed-by: Umang Jain <umang.jain@ideasonboard.com> > --- > README.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/README.rst b/README.rst > index e2938af7731d..4cb996375a9a 100644 > --- a/README.rst > +++ b/README.rst > @@ -88,7 +88,7 @@ for cam: [optional] > - libsdl2-dev: Enables the SDL sink > > for qcam: [optional] > - qtbase5-dev libqt5core5a libqt5gui5 libqt5widgets5 qttools5-dev-tools libtiff-dev > + libtiff-dev qtbase5-dev qttools5-dev-tools > > for tracing with lttng: [optional] > liblttng-ust-dev python3-jinja2 lttng-tools > > base-commit: 8e215127c195b61a7cc787103b129a3af8e5ad2c
Quoting Laurent Pinchart via libcamera-devel (2023-12-04 07:15:11) > The libqt5core5a, libqt5gui5 and libqt5widgets packages are dependencies > of the qtbase5-dev package. There's no need to list them explicitly. Oh that's helpful and simpler. Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> > > While at it, sort the qcam dependencies alphabetically. > > Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > README.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/README.rst b/README.rst > index e2938af7731d..4cb996375a9a 100644 > --- a/README.rst > +++ b/README.rst > @@ -88,7 +88,7 @@ for cam: [optional] > - libsdl2-dev: Enables the SDL sink > > for qcam: [optional] > - qtbase5-dev libqt5core5a libqt5gui5 libqt5widgets5 qttools5-dev-tools libtiff-dev > + libtiff-dev qtbase5-dev qttools5-dev-tools > > for tracing with lttng: [optional] > liblttng-ust-dev python3-jinja2 lttng-tools > > base-commit: 8e215127c195b61a7cc787103b129a3af8e5ad2c > -- > Regards, > > Laurent Pinchart >
diff --git a/README.rst b/README.rst index e2938af7731d..4cb996375a9a 100644 --- a/README.rst +++ b/README.rst @@ -88,7 +88,7 @@ for cam: [optional] - libsdl2-dev: Enables the SDL sink for qcam: [optional] - qtbase5-dev libqt5core5a libqt5gui5 libqt5widgets5 qttools5-dev-tools libtiff-dev + libtiff-dev qtbase5-dev qttools5-dev-tools for tracing with lttng: [optional] liblttng-ust-dev python3-jinja2 lttng-tools
The libqt5core5a, libqt5gui5 and libqt5widgets packages are dependencies of the qtbase5-dev package. There's no need to list them explicitly. While at it, sort the qcam dependencies alphabetically. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) base-commit: 8e215127c195b61a7cc787103b129a3af8e5ad2c