about summary refs log tree commit diff stats
path: root/src/library_list.h
diff options
context:
space:
mode:
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)