Browse Source
opencv: Add missing libwebp dependency
Now that libwebp is in the tree, opencv picks it up.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
lilik-openwrt-22.03
Rosen Penev
5 years ago
No known key found for this signature in database
GPG Key ID: 36D31CFA845F0E3B
1 changed files with
2 additions and
2 deletions
-
libs/opencv/Makefile
|
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=opencv |
|
|
|
PKG_VERSION:=4.1.1 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
|
|
|
|
PKG_SOURCE_PROTO:=git |
|
|
|
PKG_SOURCE_URL:=https://github.com/opencv/opencv |
|
|
@ -43,7 +43,7 @@ define Package/opencv |
|
|
|
CATEGORY:=Libraries |
|
|
|
TITLE:=OpenCV |
|
|
|
URL:=https://opencv.org/ |
|
|
|
DEPENDS:=+libpthread +librt +libatomic +libstdcpp +zlib +libjpeg |
|
|
|
DEPENDS:=+libpthread +librt +libatomic +libstdcpp +zlib +libjpeg +libwebp |
|
|
|
endef |
|
|
|
|
|
|
|
CMAKE_OPTIONS += \
|
|
|
|