docs: Combine some Ubuntu dependencies into one line.

This commit is contained in:
Bradley Sepos 2019-10-14 14:45:35 -04:00
parent ff9d75bf86
commit 13c8ea7d20
No known key found for this signature in database
GPG Key ID: DEADE2F57D42D9C7

View File

@ -104,8 +104,7 @@ If you are running Ubuntu 18.04 LTS, the `meson` package is too old. Install a n
To build the GTK [GUI](abbr:Graphical User Interface), install the graphical interface dependencies.
sudo apt-get install gstreamer1.0-libav intltool libappindicator-dev libdbus-glib-1-dev libglib2.0-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgtk-3-dev libgudev-1.0-dev libnotify-dev
sudo apt-get install libwebkit2gtk-4.0-dev
sudo apt-get install gstreamer1.0-libav intltool libappindicator-dev libdbus-glib-1-dev libglib2.0-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgtk-3-dev libgudev-1.0-dev libnotify-dev libwebkit2gtk-4.0-dev
To build with Intel Quick Sync Video support, install the QSV dependencies.