summaryrefslogtreecommitdiff
path: root/nonprism
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2023-12-18 21:47:20 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2023-12-20 01:32:53 -0500
commitae69779236192811b500c78e4f8b3a7454b53c55 (patch)
treef07b08f32597eeeb859f5c4b3194084255cd59a8 /nonprism
parent2776bb0437a54988a35bdc5e21f0816a50bac50d (diff)
[webkit2gtk]: tweak for i686 (FTBS)
Diffstat (limited to 'nonprism')
-rw-r--r--nonprism/webkit2gtk/PKGBUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/nonprism/webkit2gtk/PKGBUILD b/nonprism/webkit2gtk/PKGBUILD
index f2568d20f..ba0a66c9c 100644
--- a/nonprism/webkit2gtk/PKGBUILD
+++ b/nonprism/webkit2gtk/PKGBUILD
@@ -12,6 +12,8 @@
# - remove geoclue2 support
# - pinned to 'icu' sodep
+# NOTE: i686 currently fails to build (FS32#310)
+
pkgbase=webkit2gtk
pkgname=(
@@ -182,6 +184,14 @@ build() {
# do not build JIT code on non-pentium4 (breaks in micro-optimizations)
cmake_options+=( -DENABLE_JIT=OFF -DENABLE_C_LOOP=ON -DENABLE_SAMPLING_PROFILER=OFF )
+
+ # Could NOT find GIDocgen (missing: GIDocgen_VERSION) (found version "")
+ # ENABLE_INTROSPECTION is needed for gi-docgen.
+ cmake_options+=( -DENABLE_DOCUMENTATION=OFF )
+
+ # Package 'gstreamer-webrtc-1.0' has version '1.16.2', required version is '>= 1.18.4'
+ # GStreamerTranscoder >= 1.20 is needed for USE_GSTREAMER_TRANSCODER.
+ cmake_options+=( -DUSE_GSTREAMER_TRANSCODER=OFF )
;;
esac
local parabola_options=( -DENABLE_GEOLOCATION=OFF )