blender/intern/wayland_dynload
Brecht Van Lommel e449bf350c Fix Wayland warning on startup when running X11
On Ubuntu 20.04 running X11, there was this message on every Blender startup:
Unable to find 'wl_proxy_marshal_flags' in 'libwayland-client.so.0'.

The reason is that we build against Wayland protocols 1.21, which in turns requires
Wayland on the distribution to be 1.21+, which is not the case on Ubuntu 20.04.

This simply silences the warning. An improvement would be to explain the user that
their Wayland version is too old when neither X11 or Wayland can be found. Though
that's not trivial and a situation with old Wayland and no XWayland seems unlikely
to happen in practice.

Differential Revision: https://developer.blender.org/D16266
2022-11-03 15:46:44 +01:00
..
extern GHOST/Wayland: add listener for touch events (no touch support yet) 2022-10-19 14:53:48 +11:00
intern Fix Wayland warning on startup when running X11 2022-11-03 15:46:44 +01:00
CMakeLists.txt