kodi: move wayland patches to kodi package

This commit is contained in:
Alex Bee 2022-11-01 17:44:54 +01:00
parent 64a4b3e892
commit 04f302657f
3 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ configure_package() {
-DAPP_RENDER_SYSTEM=gl" -DAPP_RENDER_SYSTEM=gl"
elif [ "${DISPLAYSERVER}" = "wl" ]; then elif [ "${DISPLAYSERVER}" = "wl" ]; then
PKG_DEPENDS_TARGET+=" wayland waylandpp" PKG_DEPENDS_TARGET+=" wayland waylandpp"
PKG_PATCH_DIRS+=" wayland"
CFLAGS+=" -DEGL_NO_X11" CFLAGS+=" -DEGL_NO_X11"
CXXFLAGS+=" -DEGL_NO_X11" CXXFLAGS+=" -DEGL_NO_X11"
KODI_PLATFORM="-DCORE_PLATFORM_NAME=wayland \ KODI_PLATFORM="-DCORE_PLATFORM_NAME=wayland \