mirror of
https://github.com/servo/servo.git
synced 2025-07-03 05:23:38 +01:00
[python/servo/bootstrap.py] Add missing comma
Add a missing comma in `pkgs_dnf` list.
This commit is contained in:
parent
306e8ac5f9
commit
04c38042a8
1 changed files with 1 additions and 1 deletions
|
@ -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']
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue