Skip to content

Commit

Permalink
browser(webkit): add more missing libraries to WPE build (#2546)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s authored Jun 11, 2020
1 parent e287f19 commit dadfe3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion browser_patches/webkit/BUILD_NUMBER
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1278
1279
2 changes: 1 addition & 1 deletion browser_patches/webkit/archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dadfe3e

Please sign in to comment.