[Buildroot] [PATCH 19/23] package/putty: drop optional dependency on libgtk2
Arnout Vandecappelle
arnout at rnout.be
Thu Sep 11 20:27:51 UTC 2025
On 10/09/2025 23:32, Thomas Petazzoni via buildroot wrote:
> As we're about to remove libgtk2, we need to drop the optional
> dependency of putty on libgtk2.
>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Applied to master, thanks.
Regards,
Arnout
> ---
> package/putty/putty.mk | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/package/putty/putty.mk b/package/putty/putty.mk
> index 617518e647..ec65991f41 100644
> --- a/package/putty/putty.mk
> +++ b/package/putty/putty.mk
> @@ -14,8 +14,6 @@ PUTTY_CONF_OPTS = -DPUTTY_GSSAPI=OFF
>
> ifeq ($(BR2_PACKAGE_LIBGTK3),y)
> PUTTY_DEPENDENCIES += libgtk3
> -else ifeq ($(BR2_PACKAGE_LIBGTK2),y)
> -PUTTY_DEPENDENCIES += libgtk2
> endif
>
> ifeq ($(BR2_STATIC_LIBS),y)
More information about the buildroot
mailing list