Commit 6210e39d authored by Peter Barker's avatar Peter Barker Committed by Daniel Agar

Vagrant: QGC now requires SDL2 (#4208)

parent 89b7e115
......@@ -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*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment