#1148249 juce: disable webkit2gtk support on big endian architectures

Package:
src:juce
Source:
src:juce
Submitter:
Emilio Pozuelo Monfort
Date:
2026-09-18 11:09:06 UTC
Severity:
normal
#1148249#5
Date:
2026-09-18 11:06:38 UTC
From:
To:
Hi,

webkit2gtk is being removed on big-endian architectures since upstream
has dropped support there. Please stop build-depending on webkit on
those architectures. It seems that webkit support can be dropped by
building with -DJUCE_WEB_BROWSER=0 (untested)

Cheers,
Emilio