Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[Flatpak SDK] Add apitrace
https://bugs.webkit.org/show_bug.cgi?id=230967 Patch by Philippe Normand <pnormand@igalia.com> 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. Canonical link: https://commits.webkit.org/242559@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@283607 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
2528570
commit 11c4a81bbeeb1e23764a28ad8db02972b56a9e1c
Showing
3 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |