mirror of
https://github.com/openwrt/packages.git
synced 2026-01-09 19:31:21 +00:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user