Commit c68dabf
Remove
- 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]>gstreamer-plugins-good1.0-dev from the list of Debian dependencies (#44)1 parent 772e978 commit c68dabf
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
106 | 108 | | |
107 | 109 | | |
108 | 110 | | |
| |||
0 commit comments