Title: [236653] trunk/Tools
Revision
236653
Author
commit-qu...@webkit.org
Date
2018-10-01 04:41:00 -0700 (Mon, 01 Oct 2018)

Log Message

[Flatpak] Add libunwind in the sandbox
https://bugs.webkit.org/show_bug.cgi?id=190123

Allowing us to get proper traces in GStreamer trace grabing
debug functions.

Patch by Thibault Saunier <tsaun...@igalia.com> on 2018-10-01
Reviewed by Philippe Normand.

* flatpak/org.webkit.WebKit.yaml:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (236652 => 236653)


--- trunk/Tools/ChangeLog	2018-10-01 11:26:08 UTC (rev 236652)
+++ trunk/Tools/ChangeLog	2018-10-01 11:41:00 UTC (rev 236653)
@@ -1,3 +1,15 @@
+2018-10-01  Thibault Saunier  <tsaun...@igalia.com>
+
+        [Flatpak] Add libunwind in the sandbox
+        https://bugs.webkit.org/show_bug.cgi?id=190123
+
+        Allowing us to get proper traces in GStreamer trace grabing
+        debug functions.
+
+        Reviewed by Philippe Normand.
+
+        * flatpak/org.webkit.WebKit.yaml:
+
 2018-09-29  Commit Queue  <commit-qu...@webkit.org>
 
         Unreviewed, rolling out r236631.

Modified: trunk/Tools/flatpak/org.webkit.WebKit.yaml (236652 => 236653)


--- trunk/Tools/flatpak/org.webkit.WebKit.yaml	2018-10-01 11:26:08 UTC (rev 236652)
+++ trunk/Tools/flatpak/org.webkit.WebKit.yaml	2018-10-01 11:41:00 UTC (rev 236653)
@@ -128,6 +128,11 @@
       - --enable-vp9-temporal-denoising
       - --enable-vp9-postproc
       - --enable-shared
+  - name: libunwind
+    sources:
+      - type: git
+        url: https://github.com/libunwind/libunwind.git
+        commit: v1.2.1
   - name: libopenh264
     buildsystem: meson
     sources:
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to