Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Commit

Permalink
fix: cmake mjpegstreamer build errors
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Bassett <craig.bassett@gmail.com>
  • Loading branch information
cadriel committed Mar 26, 2021
1 parent 75791d0 commit 942aa7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/mjpgstreamer/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ unpack /filesystem/boot /boot
WEBCAM_USER=webcam

apt-get update
apt-get install -y git cmake
apt-get -y --force-yes install git cmake=3.13.4-1 cmake-data=3.13.4-1

cd /home/pi
#mjpg-streamer
if [ "$MJPGSTREAMER_INCLUDE_MJPGSTREAMER" == "yes" ]
Expand Down

0 comments on commit 942aa7a

Please sign in to comment.