You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake Error at cmake/scripts/linux/ExtraTargets.cmake:39 (add_dependencies):
Cannot add target-level dependencies to non-existent target "libkodi".
The add_dependencies works for top-level logical targets created by the
add_executable, add_library, or add_custom_target commands. If you want to
add file-level dependencies see the DEPENDS option of the add_custom_target
and add_custom_command commands.
Call Stack (most recent call first):
CMakeLists.txt:581 (include)
How to reproduce
Steps to reproduce the behavior:
PROJECT=Generic ARCH=x86_64 DEVICE=wayland make image
Information
LibreELEC Version: [e.g. 9.2.1] LE12
Hardware Platform: [e.g. RPi3] wayland
Log file
Context
The text was updated successfully, but these errors were encountered:
Describe the bug
Since xbmc/xbmc#23612 the Wayland build fails
How to reproduce
Steps to reproduce the behavior:
PROJECT=Generic ARCH=x86_64 DEVICE=wayland make image
Information
Log file
Context
The text was updated successfully, but these errors were encountered: