[Buildroot] [PATCH v7 23/29] package/gtkiostream: remove optional dependency to opencv3
Bernd Kuhls
bernd at kuhls.net
Mon Dec 29 17:51:51 UTC 2025
OpenCV3 is unmaintained and will be removed from buildroot.
Signed-off-by: Bernd Kuhls <bernd at kuhls.net>
---
package/gtkiostream/gtkiostream.mk | 4 ----
1 file changed, 4 deletions(-)
diff --git a/package/gtkiostream/gtkiostream.mk b/package/gtkiostream/gtkiostream.mk
index c748c7a000..250e47a0a4 100644
--- a/package/gtkiostream/gtkiostream.mk
+++ b/package/gtkiostream/gtkiostream.mk
@@ -47,10 +47,6 @@ ifeq ($(BR2_PACKAGE_LIBWEBSOCKETS),y)
GTKIOSTREAM_DEPENDENCIES += libwebsockets
endif
-ifeq ($(BR2_PACKAGE_OPENCV3),y)
-GTKIOSTREAM_DEPENDENCIES += opencv3
-endif
-
ifeq ($(BR2_PACKAGE_SOX),y)
GTKIOSTREAM_DEPENDENCIES += sox
endif
--
2.47.3
More information about the buildroot
mailing list