mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
motion: Specify libmicrohttpd-ssl dependency
Specify libmicrohttpd-ssl dependency Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=motion
|
||||
PKG_VERSION:=4.2.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_MAINTAINER:=Roger D <rogerdammit@gmail.com>
|
||||
PKG_LICENSE:=GPLv2
|
||||
@@ -28,7 +28,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define Package/motion
|
||||
SECTION:=multimedia
|
||||
CATEGORY:=Multimedia
|
||||
DEPENDS:=+libjpeg +libpthread +libmicrohttpd
|
||||
DEPENDS:=+libjpeg +libpthread +libmicrohttpd-ssl
|
||||
TITLE:=webcam motion sensing and logging
|
||||
URL:=https://motion-project.github.io/
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user