diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-06-12 19:41:06 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-06-12 19:41:06 +0200 |
| commit | 8a85acff326bcef6cb42d2eae510d9094cf3fe4a (patch) | |
| tree | d26e94dd1c9cc79ea90d9791a93fe5c2924a5af9 /src/library_list.h | |
| parent | b450ea24a287ed99caef527f293758f834cb8e33 (diff) | |
| download | box64-8a85acff326bcef6cb42d2eae510d9094cf3fe4a.tar.gz box64-8a85acff326bcef6cb42d2eae510d9094cf3fe4a.zip | |
Better wrapping for libwayland-client, removed the x64 versions of the libs, using wrapped one instead
Diffstat (limited to 'src/library_list.h')
| -rw-r--r-- | src/library_list.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/library_list.h b/src/library_list.h index 61f944ef..ea6978a3 100644 --- a/src/library_list.h +++ b/src/library_list.h @@ -229,8 +229,8 @@ GO("liblcms2.so.2", lcms2) GO("libevent-2.1.so.7", event21) GO("libsoftokn3.so", softokn3) GO("libwayland-egl.so.1", waylandegl) -//GO("libwayland-client.so.0", waylandclient) // Wrapping is wrong, use native for now -//GO("libwayland-cursor.so.0", waylandcursor) // Wrapping is wrong, use native for now +GO("libwayland-client.so.0", waylandclient) +GO("libwayland-cursor.so.0", waylandcursor) GO("libva.so.2", libva) GO("libva-drm.so.2", libvadrm) GO("libva-x11.so.2", libvax11) |