Hello coders !
in cmake of Solus 4.3 is missing a library ? :
when I try to build up kodi (latest source) - then there is error with missing ASS library ?!
Kodi is able to run with : X11 - wayland - and GL
error report during building is like here :
CMake Error at /usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find ASS (missing: ASS_LIBRARY ASS_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
cmake/modules/FindASS.cmake:28 (find_package_handle_standard_args)
cmake/scripts/common/Macros.cmake:363 (find_package)
cmake/scripts/common/Macros.cmake:377 (find_package_with_ver)
CMakeLists.txt:186 (core_require_dep)
-- Configuring incomplete, errors occurred!
See also "/home/dirtyangel/kodi-build/CMakeFiles/CMakeOutput.log".
See also "/home/dirtyangel/kodi-build/CMakeFiles/CMakeError.log".
What should I do ?