mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: webkitgtk: Enable WebRTC.
* gnu/packages/webkit.scm (webkitgtk)[#:configure-flags]. Add “-DENABLE_MEDIA_STREAM=ON” and “-DENABLE_WEB_RTC=ON”. [inputs]: Add openssl.
This commit is contained in:
parent
265bed0d90
commit
42f22f48a3
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue