Hey,
There are few available runtimes. I’m interested in GNOME one.
I need a WebKit2gtk dependency in my project but with enabled WebRTC flag during compilation.
From what I see: elements/sdk/webkitgtk-6.0.bst · gnome-49 · GNOME / gnome-build-meta · GitLab
GNOME does not enable this flag. Is it possible to somehow patch runtime during app compilation phase to enable this flag?
For my needs I guess there should be enabled two flags:
"-DENABLE_MEDIA_STREAM=ON"
"-DENABLE_WEB_RTC=ON"