browser(webkit): add more missing libraries to WPE build (#2546)
This commit is contained in:
parent
e287f19493
commit
dadfe3e876
|
|
@ -1 +1 @@
|
|||
1278
|
||||
1279
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ createZipForLinux() {
|
|||
# Copy libvpx.so.5 as Ubuntu 20.04 comes with libvpx.so.6
|
||||
ldd WebKitBuild/WPE/Release/bin/MiniBrowser | grep -o '[^ ]*\/libvpx.so.5[^ ]*' | xargs cp -t $tmpdir
|
||||
# Copy some wayland libraries required for Web Process t
|
||||
cp -d -t $tmpdir WebKitBuild/WPE/DependenciesWPE/Root/lib/libva-wayland*
|
||||
cp -d -t $tmpdir WebKitBuild/WPE/DependenciesWPE/Root/lib/libva\-*
|
||||
# Injected bundle is loaded dynamicly via dlopen => not bt listed by ldd.
|
||||
cp -t $tmpdir WebKitBuild/WPE/Release/lib/libWPEInjectedBundle.so
|
||||
mkdir -p $tmpdir/gio/modules
|
||||
|
|
|
|||
Loading…
Reference in a new issue