From ac6b81091b25a97d4750ffe37410623ee949f6de Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Mon, 28 Jan 2019 21:18:47 +0100 Subject: [PATCH] motion: Specify libmicrohttpd-ssl dependency Specify libmicrohttpd-ssl dependency Signed-off-by: Daniel Engberg --- multimedia/motion/Makefile | 4 ++-- 1 file 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 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