motion: fix compile dependencies

This commit is contained in:
Joo Aun Saw 2019-10-07 00:03:58 +11:00
parent 98f2ff6569
commit 14644f0a10
2 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,8 @@ config BR2_PACKAGE_MOTION
bool "motion"
depends on BR2_USE_MMU # fork()
depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_FFMPEG
select BR2_PACKAGE_FFMPEG_SWSCALE
select BR2_PACKAGE_JPEG
select BR2_PACKAGE_LIBMICROHTTPD
help

View File

@ -7,6 +7,7 @@
MOTION_VERSION = release-4.2.2
MOTION_SITE = $(call github,motion-project,motion,$(MOTION_VERSION))
MOTION_AUTORECONF = YES
MOTION_DEPENDENCIES = ffmpeg jpeg libmicrohttpd
MOTION_CONF_OPTS = --without-pgsql \
--without-sdl \
--without-sqlite3 \