2020-04-08 09:35 AM
Hi,
What mean kmsdrm no support dynamic loading ? But for example X11 can be dynamic loaded.
I check this when try build SDL, but are there some another options to check dynamic loading in system ?
Adrian
2020-05-19 02:34 AM
Your question is not really clear. Please let me know if my answer does not match your request.
When running ./configure to build libsdl2, the configurations script tries to identify if your system can provide the libraries for kmsdrm as dynamic libraries (*.so) or static ones (*.a).
Then it check if the configure option --enable-loadso is active to permit loading the dynamic library.
If --disable-loadso is specified or the dynamic libraries libdrm.so and libgbm.so are not present, then drmkms cannot support dynamic loading.