diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-01-16 09:31:27 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:53:10 +0100 |
| commit | 840d690b458370fe05208dc41560919a4bfae25b (patch) | |
| tree | 4251fc676d5bbff0e268e06e06fc472762e80ad7 /gnu | |
| parent | 17811597996c9080096ddbc894513a538f878740 (diff) | |
gnu: webkitgtk: Enable WebRTC.
* gnu/packages/webkit.scm (webkitgtk)[#:configure-flags]. Add
“-DENABLE_MEDIA_STREAM=ON” and “-DENABLE_WEB_RTC=ON”.
[inputs]: Add openssl.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/webkit.scm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm index 0d6c8e211c..795218a0b2 100644 --- a/gnu/packages/webkit.scm +++ b/gnu/packages/webkit.scm @@ -156,6 +156,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. @@ -274,6 +277,7 @@ engine that uses Wayland for graphics output.") libxt mesa openjpeg + openssl sqlite sysprof woff2 |
