motion: depend on any libmicrohttp provider
authorDaniel Golle <redacted>
Sun, 23 Feb 2020 00:13:27 +0000 (01:13 +0100)
committerDaniel Golle <redacted>
Sun, 23 Feb 2020 00:15:02 +0000 (01:15 +0100)
motion was previously forcing the use of libmicrohttp-ssl which is not
mandatory and it works just fine without SSL.

Signed-off-by: Daniel Golle <redacted>
multimedia/motion/Makefile

index c696d7152317695d4adade6cfb64d0870dd55dbe..b897324bc5b38bc0ae2e555a701c9bdde2cb303a 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=motion
 PKG_VERSION:=4.2.2
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_MAINTAINER:=Roger D <rogerdammit@gmail.com>
 PKG_LICENSE:=GPLv2
@@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/motion
   SECTION:=multimedia
   CATEGORY:=Multimedia
-  DEPENDS:=+libjpeg +libpthread +libmicrohttpd-ssl
+  DEPENDS:=+libjpeg +libpthread +libmicrohttpd
   TITLE:=webcam motion sensing and logging
   URL:=https://motion-project.github.io/
 endef
git clone https://git.99rst.org/PROJECT