mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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:
@@ -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 += \
|
||||||
|
|||||||
Reference in New Issue
Block a user