
How can I make the addon compile system get the proper KodiConfig.cmake, generated when I built Kodi? Where do I need to put it?įor clarifiication, I am using the method for building addons described in the documentation: That other KodiConfig.cmake has no definition for APP_RENDER_SYSTEM (it defines it as blank), and hence the addons are not built for gles.

Instead, it creates a different file in xbmc/tools/depends/target/binary-addons/native/build/depends/lib/kodi/KodiConfig.cmake I assumed the addon build system would get it from there, but it does not. That file gets installed to the prefix, under share/kodi/cmake/. Okay, I see that, after building Kodi with -DAPP_RENDER_SYSTEM=gles, I get a KodiConfig.cmake with the line The add-on will look for the KodiConfig.cmake file and use the APP_RENDER_SYSTEM defined there. Yes as the add-on is dependent on how kodi was built. Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.
KODI 18.9 LEIA UPDATE
Note: Once the issue is made we require you to update it with new information or Kodi versions should that be required.


I compiled Kodi 18.9 on Linux, Debian Buster, on different ARM single board computers, namely Asus Tinker Board, Rockpi 4b, Odroid XU4, etc.
