diff options
author | Daniel Golle <daniel@makrotopia.org> | 2020-02-23 01:13:27 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-02-23 01:15:02 +0100 |
commit | 3d70dbd06e7d04233594625a0a4d250d326d1029 (patch) | |
tree | f2498a1ad9a4cc779c892dbb4b260386daee25f1 /multimedia | |
parent | 4f4a7e9532e55a16336b79b74b5fb0236e365279 (diff) |
motion: depend on any libmicrohttp provider
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 <daniel@makrotopia.org>
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/motion/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/motion/Makefile b/multimedia/motion/Makefile index c696d7152..b897324bc 100644 --- a/multimedia/motion/Makefile +++ b/multimedia/motion/Makefile @@ -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 |