Skip to main content
Visitor II
April 8, 2020
Question

kmsdrm dynamic loading support

  • April 8, 2020
  • 1 reply
  • 1350 views

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

    This topic has been closed for replies.

    1 reply

    ST Employee
    May 19, 2020

    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.