mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 12:44:10 -09:00
package/gtkiostream: remove optional dependency to opencv3
OpenCV3 is unmaintained and will be removed from buildroot. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
a6db6af9ff
commit
f306a3e82f
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue