Title: [283607] trunk/Tools/buildstream
Revision
283607
Author
[email protected]
Date
2021-10-06 02:25:15 -0700 (Wed, 06 Oct 2021)

Log Message

[Flatpak SDK] Add apitrace
https://bugs.webkit.org/show_bug.cgi?id=230967

Patch by Philippe Normand <[email protected]> on 2021-10-06
Reviewed by Carlos Alberto Lopez Perez.

APITrace can be used to debug GL calls.

* elements/sdk-platform.bst:
* elements/sdk/apitrace.bst: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/Tools/buildstream/ChangeLog (283606 => 283607)


--- trunk/Tools/buildstream/ChangeLog	2021-10-06 08:07:55 UTC (rev 283606)
+++ trunk/Tools/buildstream/ChangeLog	2021-10-06 09:25:15 UTC (rev 283607)
@@ -1,3 +1,15 @@
+2021-10-06  Philippe Normand  <[email protected]>
+
+        [Flatpak SDK] Add apitrace
+        https://bugs.webkit.org/show_bug.cgi?id=230967
+
+        Reviewed by Carlos Alberto Lopez Perez.
+
+        APITrace can be used to debug GL calls.
+
+        * elements/sdk-platform.bst:
+        * elements/sdk/apitrace.bst: Added.
+
 2021-09-29  Philippe Normand  <[email protected]>
 
         [Flatpak SDK] Add bwrap and xdg-dbus-proxy

Added: trunk/Tools/buildstream/elements/sdk/apitrace.bst (0 => 283607)


--- trunk/Tools/buildstream/elements/sdk/apitrace.bst	                        (rev 0)
+++ trunk/Tools/buildstream/elements/sdk/apitrace.bst	2021-10-06 09:25:15 UTC (rev 283607)
@@ -0,0 +1,18 @@
+kind: cmake
+build-depends:
+- freedesktop-sdk.bst:public-stacks/buildsystem-cmake.bst
+
+depends:
+- freedesktop-sdk.bst:bootstrap-import.bst
+- freedesktop-sdk.bst:components/xorg-lib-x11.bst
+- qt5/qtbase.bst
+
+variables:
+  cmake-local: |
+    -DENABLE_GUI=TRUE
+
+sources:
+- kind: git_tag
+  url: github_com:apitrace/apitrace
+  track: '10.0'
+  ref: 10.0-0-g03e4e9d2cab4f1a61d3f589785641a73dff027c5

Modified: trunk/Tools/buildstream/elements/sdk-platform.bst (283606 => 283607)


--- trunk/Tools/buildstream/elements/sdk-platform.bst	2021-10-06 08:07:55 UTC (rev 283606)
+++ trunk/Tools/buildstream/elements/sdk-platform.bst	2021-10-06 09:25:15 UTC (rev 283607)
@@ -9,6 +9,7 @@
 
 # replaced (patched) elements:
 - sdk/adwaita-icon-theme.bst
+- sdk/apitrace.bst
 - sdk/bubblewrap.bst
 - sdk/capnp.bst
 - sdk/cargo-c.bst
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to