cancel
Showing results for 
Search instead for 
Did you mean: 

kmsdrm dynamic loading support

Adrian1
Associate III

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

1 REPLY 1
AntonioST
ST Employee

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.