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:
parent
02cd3a8be1
commit
9373ef6f6b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue