Skip to content

Commit

Permalink
changing the checksums to match current build
Browse files Browse the repository at this point in the history
  • Loading branch information
HinTak committed Jan 1, 2025
1 parent 956ca1a commit 05f280c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patch/skia-m132-egl-runtime.diff
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ If you use cibuildwheel (which uses auditwheel repair to bundle libraries) to bu
you must NOT use the bundled "libEGL-xxxxxxxx.so.A.B.C". Look at ldd's output:

$ ldd skia.cpython-313-x86_64-linux-gnu.so | grep GL
libEGL-e42ac8e3.so.1.1.0 => .../skia_python.libs/libEGL-e42ac8e3.so.1.1.0 (0x00007fd03fd31000)
libEGL-48f73270.so.1.1.0 => .../skia_python.libs/libEGL-48f73270.so.1.1.0 (0x00007fd03fd31000)
libGL.so.1 => /lib64/libGL.so.1 (0x00007fd03fc71000)
libGLdispatch-a0d0eb9f.so.0.0.0 => .../skia_python.libs/libGLdispatch-a0d0eb9f.so.0.0.0 (0x00007fd03fa69000)
libGLdispatch-64b28464.so.0.0.0 => .../skia_python.libs/libGLdispatch-64b28464.so.0.0.0 (0x00007fd03fa69000)
libGLX.so.0 => /lib64/libGLX.so.0 (0x00007fd03f369000)
libGLdispatch.so.0 => /lib64/libGLdispatch.so.0 (0x00007fd03f189000)

Expand Down

0 comments on commit 05f280c

Please sign in to comment.