knock out webview on i386; no more webkitgtk

This commit is contained in:
sthen
2025-12-22 12:08:13 +00:00
parent 6d30b23ca7
commit 15cde0fb33
+1 -1
View File
@@ -31,7 +31,7 @@ MULTI_PACKAGES = -main -media -webview
PSEUDO_FLAVORS = no_webview
FLAVOR ?=
.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "arm" || \
${MACHINE_ARCH} == "hppa"
${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "i386"
FLAVOR += no_webview
.endif