about summary refs log tree commit diff stats
path: root/src/library_list.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-06-12 16:00:54 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-06-12 16:01:01 +0200
commit4fa92dc069b25be79b2cc85217c28c80f7972f45 (patch)
tree2e225e5fcc46339763448fb4f6aa167f39718bf7 /src/library_list.h
parent61a80c9b2dc6718494f63b8feb76df646306f11b (diff)
downloadbox64-4fa92dc069b25be79b2cc85217c28c80f7972f45.tar.gz
box64-4fa92dc069b25be79b2cc85217c28c80f7972f45.zip
Removed wrapped libwayland-client and libwayland-cursor, the wrapping is wrong, and use native libs instead
Diffstat (limited to 'src/library_list.h')
-rw-r--r--src/library_list.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/library_list.h b/src/library_list.h
index 3a8fcdc0..61f944ef 100644
--- a/src/library_list.h
+++ b/src/library_list.h
@@ -184,7 +184,6 @@ GO("libtcmalloc_minimal.so.4", tcmallocminimal)
 GO("libpcre.so.3", libpcre)
 GO("libvulkan.so.1", vulkan)
 GO("libvulkan.so", vulkan)
-//GO("libwayland-client.so.0", waylandclient)
 GO("libgbm.so.1", gbm)
 GO("libgomp.so.1", gomp)
 GO("libcap.so.2", cap)
@@ -230,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)
-GO("libwayland-cursor.so.0", waylandcursor)
+//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("libva.so.2", libva)
 GO("libva-drm.so.2", libvadrm)
 GO("libva-x11.so.2", libvax11)