mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add missing build dependencies for openSUSE
GStreamer 1.0 and Autotools 2.13 are required for a successful build of servo on openSUSE Linux
This commit is contained in:
parent
ec846e3c86
commit
a1dd938a15
1 changed files with 2 additions and 1 deletions
|
@ -178,7 +178,8 @@ export LIBCLANG_PATH=/opt/rh/llvm-toolset-7/root/usr/lib64
|
||||||
sudo zypper install libX11-devel libexpat-devel libbz2-devel Mesa-libEGL-devel Mesa-libGL-devel cabextract cmake \
|
sudo zypper install libX11-devel libexpat-devel libbz2-devel Mesa-libEGL-devel Mesa-libGL-devel cabextract cmake \
|
||||||
dbus-1-devel fontconfig-devel freetype-devel gcc-c++ git glib2-devel gperf \
|
dbus-1-devel fontconfig-devel freetype-devel gcc-c++ git glib2-devel gperf \
|
||||||
harfbuzz-devel libOSMesa-devel libXcursor-devel libXi-devel libXmu-devel libXrandr-devel libopenssl-devel \
|
harfbuzz-devel libOSMesa-devel libXcursor-devel libXi-devel libXmu-devel libXrandr-devel libopenssl-devel \
|
||||||
python-pip python-virtualenv rpm-build glu-devel ccache llvm-clang libclang
|
python-pip python-virtualenv rpm-build glu-devel ccache llvm-clang libclang autoconf213 gstreamer-devel \
|
||||||
|
gstreamer-plugins-base-devel gstreamer-plugins-bad-devel
|
||||||
```
|
```
|
||||||
#### On Arch Linux
|
#### On Arch Linux
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue