opencv: Add missing libwebp dependency
Now that libwebp is in the tree, opencv picks it up. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
b5b2fa187d
commit
4939a9c291
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=opencv
|
PKG_NAME:=opencv
|
||||||
PKG_VERSION:=4.1.1
|
PKG_VERSION:=4.1.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/opencv/opencv
|
PKG_SOURCE_URL:=https://github.com/opencv/opencv
|
||||||
|
@ -43,7 +43,7 @@ define Package/opencv
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=OpenCV
|
TITLE:=OpenCV
|
||||||
URL:=https://opencv.org/
|
URL:=https://opencv.org/
|
||||||
DEPENDS:=+libpthread +librt +libatomic +libstdcpp +zlib +libjpeg
|
DEPENDS:=+libpthread +librt +libatomic +libstdcpp +zlib +libjpeg +libwebp
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CMAKE_OPTIONS += \
|
CMAKE_OPTIONS += \
|
||||||
|
|
Loading…
Reference in a new issue