OpenRCT2: remove icu rebuild makedep webkit2gtk

The webkit2gtk package will be dropped in the future.
If this is needed use libwebkit2gtk41 or libwebkitgtk60.
This commit is contained in:
oreo639 2024-07-14 14:20:26 -07:00
parent 02cd3a8be1
commit 9373ef6f6b
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ esac
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" OpenRCT2"
# for icu mass-rebuild
hostmakedepends+=" enchant2 libxml2 webkit2gtk libharfbuzz"
hostmakedepends+=" enchant2 libxml2 libharfbuzz"
hostmakedepends+=" libnuspell libpsl"
CXXFLAGS+=" -DHAVE_IMMINTRIN_H=false -DSDL_DISABLE_IMMINTRIN_H=1"
fi