diff --git a/package/motion/motion.mk b/package/motion/motion.mk index f3815e37a4..5567449ebf 100644 --- a/package/motion/motion.mk +++ b/package/motion/motion.mk @@ -4,11 +4,15 @@ # ################################################################################ -MOTION_VERSION = 37b3595 +MOTION_VERSION = 2a140fa31feafd960033ad292615a601a1f3faec MOTION_SITE = $(call github,motion-project,motion,$(MOTION_VERSION)) MOTION_AUTORECONF = YES -MOTION_CONF_OPTS = --without-pgsql --without-sdl --without-sqlite3 --without-mysql --with-ffmpeg=$(STAGING_DIR)/usr/lib \ - --with-ffmpeg-headers=$(STAGING_DIR)/usr/include +MOTION_CONF_OPTS = --without-pgsql \ + --without-sdl \ + --without-sqlite3 \ + --without-mysql \ + --with-ffmpeg=$(STAGING_DIR)/usr/lib \ + --with-ffmpeg-headers=$(STAGING_DIR)/usr/include define MOTION_INSTALL_TARGET_CMDS cp $(@D)/motion $(TARGET_DIR)/usr/bin/motion