1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 20:22:38 +01:00

media-tv/kodi: add cmake arg -Wno-dev

This commit is contained in:
2024-01-10 18:17:57 +01:00
parent fa6d715220
commit 77e327d28b
2 changed files with 2 additions and 1 deletions

View File

@@ -247,6 +247,7 @@ src_configure() {
use X && platform+=( x11 )
local core_platform_name="${platform[@]}"
local mycmakeargs=(
-Wno-dev
-DENABLE_SSE=$(usex cpu_flags_x86_sse)
-DENABLE_SSE2=$(usex cpu_flags_x86_sse2)
-DENABLE_SSE3=$(usex cpu_flags_x86_sse3)