mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Remove duplicate pkg in APT_PKGS (#31280)
We have `libgstreamer-plugins-base1.0-dev` twice in APT_PKGS, looks like a duplicate, this PR removes the duplicated pkg.
This commit is contained in:
parent
ba1803d30a
commit
b62d169f0f
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@ APT_PKGS = [
|
|||
'build-essential', 'ccache', 'clang', 'cmake', 'curl', 'g++', 'git',
|
||||
'gperf', 'libdbus-1-dev', 'libfreetype6-dev', 'libgl1-mesa-dri',
|
||||
'libgles2-mesa-dev', 'libglib2.0-dev',
|
||||
'libgstreamer-plugins-base1.0-dev',
|
||||
'gstreamer1.0-plugins-good', 'libgstreamer-plugins-good1.0-dev',
|
||||
'gstreamer1.0-plugins-bad', 'libgstreamer-plugins-bad1.0-dev',
|
||||
'gstreamer1.0-plugins-ugly',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue