package/gtkiostream: drop optional dependency on libgtk2

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

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Arnout Vandecappelle <arnout@rnout.be>
This commit is contained in:
Thomas Petazzoni
2025-09-10 23:32:13 +02:00
committed by Arnout Vandecappelle
parent 8ebb3ddfd1
commit 5d979430db

View File

@@ -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