From 42f22f48a399670676a30993ebace7482c979ea3 Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Fri, 16 Jan 2026 09:31:27 +0100 Subject: [PATCH] gnu: webkitgtk: Enable WebRTC. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/webkit.scm (webkitgtk)[#:configure-flags]. Add “-DENABLE_MEDIA_STREAM=ON” and “-DENABLE_WEB_RTC=ON”. [inputs]: Add openssl. --- gnu/packages/webkit.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm index d0262bed244..d0ffe550b36 100644 --- a/gnu/packages/webkit.scm +++ b/gnu/packages/webkit.scm @@ -155,6 +155,9 @@ engine that uses Wayland for graphics output.") #~(list "-DPORT=GTK" "-DENABLE_INTROSPECTION=ON" "-DUSE_GTK4=ON" + ;; Enable WebRTC. + "-DENABLE_MEDIA_STREAM=ON" + "-DENABLE_WEB_RTC=ON" ;; The minibrowser, not built by default, is a good ;; tool to validate the good operation of ;; webkitgtk. @@ -273,6 +276,7 @@ engine that uses Wayland for graphics output.") libxt mesa openjpeg + openssl sqlite sysprof woff2