From 8a85acff326bcef6cb42d2eae510d9094cf3fe4a Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 12 Jun 2024 19:41:06 +0200 Subject: Better wrapping for libwayland-client, removed the x64 versions of the libs, using wrapped one instead --- src/library_list.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/library_list.h') 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) -- cgit 1.4.1