Project

General

Profile

Feature #2128 » 0028-meson-winbuild.sh-Add-support-for-building-sdl3-clie.patch

S3_3, S3_2 - Marko Lindqvist, 08/09/2026 09:43 PM

View differences:

platforms/windows/installer_cross/meson-winbuild.sh
if test "${GUI}" != "gtk3.22" &&
test "${GUI}" != "gtk4" &&
test "${GUI}" != "sdl2" &&
test "${GUI}" != "sdl3" &&
test "${GUI}" != "qt6" &&
test "${GUI}" != "qt6x" &&
test "${GUI}" != "ruledit" ; then
......
gtk3.22) FCMP="gtk3" ;;
gtk4) FCMP="gtk4" ;;
sdl2) FCMP="gtk4" ;;
sdl3) FCMP="gtk4"
AUDIO="sdl3" ;;
qt6) CLIENT="qt"
FCMP="qt"
TOOLS="${TOOLS},ruledit"
(2-2/2)