Merge pull request #8058 from diizzyy/patch-4
motion: Specify libmicrohttpd-ssl dependency
This commit is contained in:
commit
9dcb1eb35e
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=motion
|
PKG_NAME:=motion
|
||||||
PKG_VERSION:=4.2.1
|
PKG_VERSION:=4.2.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_MAINTAINER:=Roger D <rogerdammit@gmail.com>
|
PKG_MAINTAINER:=Roger D <rogerdammit@gmail.com>
|
||||||
PKG_LICENSE:=GPLv2
|
PKG_LICENSE:=GPLv2
|
||||||
|
@ -28,7 +28,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define Package/motion
|
define Package/motion
|
||||||
SECTION:=multimedia
|
SECTION:=multimedia
|
||||||
CATEGORY:=Multimedia
|
CATEGORY:=Multimedia
|
||||||
DEPENDS:=+libjpeg +libpthread +libmicrohttpd
|
DEPENDS:=+libjpeg +libpthread +libmicrohttpd-ssl
|
||||||
TITLE:=webcam motion sensing and logging
|
TITLE:=webcam motion sensing and logging
|
||||||
URL:=https://motion-project.github.io/
|
URL:=https://motion-project.github.io/
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue