mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
Merge pull request #2130 from jasaw/fix-motion-build-dependencies
Fix motion build dependencies
This commit is contained in:
commit
50cb8719a9
@ -2,6 +2,8 @@ config BR2_PACKAGE_MOTION
|
|||||||
bool "motion"
|
bool "motion"
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
select BR2_PACKAGE_FFMPEG
|
||||||
|
select BR2_PACKAGE_FFMPEG_SWSCALE
|
||||||
select BR2_PACKAGE_JPEG
|
select BR2_PACKAGE_JPEG
|
||||||
select BR2_PACKAGE_LIBMICROHTTPD
|
select BR2_PACKAGE_LIBMICROHTTPD
|
||||||
help
|
help
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
MOTION_VERSION = 5c8ac5282b3e980270555c1d2c6f710829a2856e
|
MOTION_VERSION = 5c8ac5282b3e980270555c1d2c6f710829a2856e
|
||||||
MOTION_SITE = $(call github,Motion-Project,motion,$(MOTION_VERSION))
|
MOTION_SITE = $(call github,Motion-Project,motion,$(MOTION_VERSION))
|
||||||
MOTION_AUTORECONF = YES
|
MOTION_AUTORECONF = YES
|
||||||
|
MOTION_DEPENDENCIES = host-pkgconf ffmpeg jpeg libmicrohttpd
|
||||||
MOTION_CONF_OPTS = --without-pgsql \
|
MOTION_CONF_OPTS = --without-pgsql \
|
||||||
--without-sqlite3 \
|
--without-sqlite3 \
|
||||||
--without-mysql \
|
--without-mysql \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user