Skip to content

Commit c68dabf

Browse files
Remove gstreamer-plugins-good1.0-dev from the list of Debian dependencies (#44)
- While building Servo on my Debian system, I encountered the following error: ```Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package libgstreamer-plugins-good1.0-dev E: Couldn't find any package by glob 'libgstreamer-plugins-good1.0-dev' ``` - The build completed successfully without the need to install `libgstreamer-plugins-good1.0-dev`. As a result, this dependency has been removed from the Debian section of the configuration. However, a note has been added advising users of Ubuntu-based systems to install it if necessary. --------- Signed-off-by: L Ashwin B <[email protected]> Signed-off-by: Martin Robinson <[email protected]> Co-authored-by: Martin Robinson <[email protected]>
1 parent 772e978 commit c68dabf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/hacking/setting-up-your-environment.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ You can install `python3` to allow [mach](mach.md) to run `nix-shell` automatica
102102
- `sudo apt install curl python3-pip python3-venv`
103103

104104
<!-- see python/servo/platform/linux.py for how to update this -->
105-
- `sudo apt install build-essential ccache clang cmake curl g++ git gperf libdbus-1-dev libfreetype6-dev libgl1-mesa-dri libgles2-mesa-dev libglib2.0-dev gstreamer1.0-plugins-good libgstreamer-plugins-good1.0-dev gstreamer1.0-plugins-bad libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-ugly gstreamer1.0-plugins-base libgstreamer-plugins-base1.0-dev gstreamer1.0-libav libgstrtspserver-1.0-dev gstreamer1.0-tools libges-1.0-dev libharfbuzz-dev liblzma-dev libudev-dev libunwind-dev libvulkan1 libx11-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxmu-dev libxmu6 libegl1-mesa-dev llvm-dev m4 xorg-dev`
105+
- `sudo apt install build-essential ccache clang cmake curl g++ git gperf libdbus-1-dev libfreetype6-dev libgl1-mesa-dri libgles2-mesa-dev libglib2.0-dev gstreamer1.0-plugins-good l gstreamer1.0-plugins-bad libgstreamer-plugins-bad1.0-dev gstreamer1.0-plugins-ugly gstreamer1.0-plugins-base libgstreamer-plugins-base1.0-dev gstreamer1.0-libav libgstrtspserver-1.0-dev gstreamer1.0-tools libges-1.0-dev libharfbuzz-dev liblzma-dev libudev-dev libunwind-dev libvulkan1 libx11-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxmu-dev libxmu6 libegl1-mesa-dev llvm-dev m4 xorg-dev`
106+
107+
**Note:** For Ubuntu-based distributions, ensure that you also include the `libgstreamer-plugins-good1.0-dev` package alongside the packages listed above.
106108

107109
## Dependencies for Fedora { #dependencies-for-fedora }
108110

0 commit comments

Comments
 (0)