[Buildroot] [git commit] package/gtkiostream: drop optional dependency on libgtk2

Arnout Vandecappelle arnout at rnout.be
Thu Sep 11 19:46:21 UTC 2025


commit: https://git.buildroot.net/buildroot/commit/?id=5d979430dbb00b6cb6f4307b66a45f58abf71422
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

As we're about to remove libgtk2, let's drop the optional dependency
of gtkiostream on libgtk2.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Signed-off-by: Arnout Vandecappelle <arnout at rnout.be>
---
 package/gtkiostream/gtkiostream.mk | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/package/gtkiostream/gtkiostream.mk b/package/gtkiostream/gtkiostream.mk
index bc3d859d4e..c748c7a000 100644
--- a/package/gtkiostream/gtkiostream.mk
+++ b/package/gtkiostream/gtkiostream.mk
@@ -39,10 +39,6 @@ ifeq ($(BR2_PACKAGE_LIBGLIB2),y)
 GTKIOSTREAM_DEPENDENCIES += libglib2
 endif
 
-ifeq ($(BR2_PACKAGE_LIBGTK2),y)
-GTKIOSTREAM_DEPENDENCIES += libgtk2
-endif
-
 ifeq ($(BR2_PACKAGE_LIBGTK3),y)
 GTKIOSTREAM_DEPENDENCIES += libgtk3
 endif


More information about the buildroot mailing list