diff --git a/package/motion/motion.mk b/package/motion/motion.mk index dd37565ea72..8c6c054c8f9 100644 --- a/package/motion/motion.mk +++ b/package/motion/motion.mk @@ -7,8 +7,12 @@ 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