mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
browser(webkit): add missing wayland library to WPE build (#2543)
This commit is contained in:
parent
969803fa99
commit
0e62d72761
@ -1 +1 @@
|
||||
1277
|
||||
1278
|
||||
|
@ -64,6 +64,8 @@ createZipForLinux() {
|
||||
LD_LIBRARY_PATH="$PWD/WebKitBuild/WPE/DependenciesWPE/Root/lib" ldd WebKitBuild/WPE/Release/bin/WPEWebProcess | grep -o '[^ ]*WebKitBuild/WPE/[^ ]*' | xargs cp -t $tmpdir
|
||||
# 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*
|
||||
# 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…
x
Reference in New Issue
Block a user