aboutsummaryrefslogtreecommitdiff
path: root/multimedia/motion/Makefile
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2019-01-28 21:18:47 +0100
committerGitHub <noreply@github.com>2019-01-28 21:18:47 +0100
commitac6b81091b25a97d4750ffe37410623ee949f6de (patch)
tree22c54ab0b413be3d83dc53c5af9c5ea4e0ff2d25 /multimedia/motion/Makefile
parent15eabe4844138635edde06ec38251cb9f58d552c (diff)
motion: Specify libmicrohttpd-ssl dependency
Specify libmicrohttpd-ssl dependency Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'multimedia/motion/Makefile')
-rw-r--r--multimedia/motion/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/motion/Makefile b/multimedia/motion/Makefile
index 80301c770..597e96010 100644
--- a/multimedia/motion/Makefile
+++ b/multimedia/motion/Makefile
@@ -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