[Buildroot] [git commit] package/putty: drop optional dependency on libgtk2
Arnout Vandecappelle
arnout at rnout.be
Thu Sep 11 20:22:27 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=a7480c610137f59532b8f2bcacbb31cd6b3c36ce
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
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>
Signed-off-by: Arnout Vandecappelle <arnout at rnout.be>
---
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