Skip to content

Instantly share code, notes, and snippets.

@nicholasbishop
Created June 17, 2018 16:48
Show Gist options
  • Save nicholasbishop/38ee207cfc6996af777ca80f8679f9a8 to your computer and use it in GitHub Desktop.
Save nicholasbishop/38ee207cfc6996af777ca80f8679f9a8 to your computer and use it in GitHub Desktop.
apitrace flatpak
{
"app-id": "org.apitrace.Apitrace",
"runtime": "org.kde.Platform",
"runtime-version": "5.11",
"sdk": "org.kde.Sdk",
"command": "qapitrace",
"modules": [
{
"name": "apitrace",
"buildsystem": "cmake",
"sources": [
{
"type": "git",
"url": "https://github.com/apitrace/apitrace"
}
]
}
],
"finish-args": [
"--device=dri",
"--socket=x11"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment