Skip to content

Commit

Permalink
Vagrant: QGC now requires SDL2 (mavlink#4208)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker authored and dagar committed Nov 13, 2016
1 parent 89b7e11 commit 6210e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Vagrant.configure(2) do |config|
sudo apt-get update -y
sudo apt-get dist-upgrade -y
sudo apt-get install -y git build-essential
sudo apt-get install -y espeak libespeak-dev libudev-dev libsdl1.2-dev
sudo apt-get install -y espeak libespeak-dev libudev-dev libsdl2-dev
sudo apt-get install -y doxygen
sudo apt-get install -y gstreamer1.0* libgstreamer1.0*
Expand Down

0 comments on commit 6210e39

Please sign in to comment.