[python/servo/bootstrap.py] Add missing comma

Add a missing comma in `pkgs_dnf` list.
This commit is contained in:
Ellen Marie Dash 2020-04-18 22:48:29 -04:00 committed by GitHub
parent 306e8ac5f9
commit 04c38042a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,7 +100,7 @@ def linux(context, force=False):
'rpm-build', 'openssl-devel', 'cmake',
'libXcursor-devel', 'libXmu-devel', 'mesa-libOSMesa-devel',
'dbus-devel', 'ncurses-devel', 'harfbuzz-devel', 'ccache',
'clang', 'clang-libs', 'autoconf213', 'python3-devel'
'clang', 'clang-libs', 'autoconf213', 'python3-devel',
'gstreamer1-devel', 'gstreamer1-plugins-base-devel',
'gstreamer1-plugins-bad-free-devel']