gnome-shell/subprojects/extensions-app/build-aux/flatpak/org.gnome.Extensions.json
Florian Müllner e6089c83e2 extensions-app: Enable hardware acceleration
GTK4 will make use of it if it's available, so allow it.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1854>
2021-05-19 18:23:56 +02:00

40 lines
957 B
JSON

{
"app-id": "org.gnome.Extensions.Devel",
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"sdk": "org.gnome.Sdk",
"command": "gnome-extensions-app",
"tags": ["nightly"],
"finish-args": [
"--share=ipc", "--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--talk-name=org.gnome.SessionManager",
"--talk-name=org.gnome.Shell.Extensions"
],
"build-options": {
"cflags": "-O2 -g"
},
"modules": [
{
"name": "gnome-extensions-app",
"buildsystem": "meson",
"builddir": true,
"subdir": "subprojects/extensions-app",
"config-opts": ["-Dprofile=development"],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/gnome-shell.git"
},
{
"type": "shell",
"commands": [
"subprojects/extensions-app/generate-translations.sh"
]
}
]
}
]
}