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>
This commit is contained in:
Florian Müllner 2021-05-19 18:23:56 +02:00
parent 404ca91941
commit e6089c83e2

View File

@ -8,6 +8,7 @@
"finish-args": [
"--share=ipc", "--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--talk-name=org.gnome.SessionManager",
"--talk-name=org.gnome.Shell.Extensions"
],