Replaces:
wayland-client.h
->wldl-client.h
wayland-egl.h
->wldl-egl.h
Note
You will still need the development packages that provide the wayland headers and the *.so
files.
Choose a file in which to put the implementation and define
WLDL_CLIENT_IMPL
forwldl-client.h
WLDL_EGL_IMPL
forwldl-egl.h
before including the header. The function calls and interfaces remain the same.
Note
Before calling any function from the libraries, you must first call wldl_<library>_load()
.