All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/tiff: add libdeflate optional dependency
Date: Tue, 27 Dec 2022 22:35:14 +0100	[thread overview]
Message-ID: <20221227223514.503ad1c2@windsurf> (raw)
In-Reply-To: <20221222165117.62002-1-fontaine.fabrice@gmail.com>

On Thu, 22 Dec 2022 17:51:17 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> libdeflate is an optional dependency which is enabled by default since
> version 4.2.0 and
> https://gitlab.com/libtiff/libtiff/-/commit/3a2de853a932bd0ea79d1677d319841edb736c38
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/tiff/Config.in | 6 ++++++
>  package/tiff/tiff.mk   | 7 +++++++
>  2 files changed, 13 insertions(+)
> 
> diff --git a/package/tiff/Config.in b/package/tiff/Config.in
> index f842c2ead8..58e2052ea5 100644
> --- a/package/tiff/Config.in
> +++ b/package/tiff/Config.in
> @@ -11,6 +11,12 @@ config BR2_PACKAGE_TIFF_CCITT
>  	bool "CCITT Group 3 & 4 support"
>  	default y
>  
> +config BR2_PACKAGE_TIFF_LIBDEFLATE
> +	bool "Libdeflate usage (still requires Zlib)"
> +	default y

Is there any reason to have this "default y"? We normally try to
disable optional features by default, especially if they bring extra
dependencies.

I see it's a policy that has not been really applied to the tiff
package, but I'm wondering if there's a particular reason to not apply
our normal policy to this new option?

Best regards,

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2022-12-27 21:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-22 16:51 [Buildroot] [PATCH 1/1] package/tiff: add libdeflate optional dependency Fabrice Fontaine
2022-12-27 21:35 ` Thomas Petazzoni via buildroot [this message]
2022-12-27 21:40   ` Fabrice Fontaine
2022-12-27 21:44     ` Thomas Petazzoni via buildroot
2022-12-27 21:53       ` Fabrice Fontaine

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221227223514.503ad1c2@windsurf \
    --to=buildroot@buildroot.org \
    --cc=fontaine.fabrice@gmail.com \
    --cc=thomas.petazzoni@bootlin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.