fix: restore buildtype in devel, and missing perms

This commit is contained in:
tfuxu 2022-09-09 18:59:26 +02:00
parent 41b9e05ca6
commit c5c4c4ce95
2 changed files with 4 additions and 2 deletions

View file

@ -10,6 +10,7 @@
"--socket=fallback-x11", "--socket=fallback-x11",
"--device=dri", "--device=dri",
"--socket=wayland", "--socket=wayland",
"--filesystem=xdg-data/flatpak:create",
"--filesystem=xdg-config/gtk-3.0", "--filesystem=xdg-config/gtk-3.0",
"--filesystem=xdg-config/gtk-4.0", "--filesystem=xdg-config/gtk-4.0",
"--filesystem=xdg-run/dconf", "--filesystem=xdg-run/dconf",
@ -119,7 +120,7 @@
{ {
"type": "git", "type": "git",
"url": "https://github.com/flatpak/libportal", "url": "https://github.com/flatpak/libportal",
"tag": "0.6" "tag": "main"
} }
] ]
}, },
@ -128,7 +129,7 @@
"builddir" : true, "builddir" : true,
"buildsystem" : "meson", "buildsystem" : "meson",
"config-opts": [ "config-opts": [
"-Dbuildtype=release" "-Dbuildtype=debug"
], ],
"sources" : [ "sources" : [
{ {

View file

@ -10,6 +10,7 @@
"--socket=fallback-x11", "--socket=fallback-x11",
"--device=dri", "--device=dri",
"--socket=wayland", "--socket=wayland",
"--filesystem=xdg-data/flatpak:create",
"--filesystem=xdg-config/gtk-3.0", "--filesystem=xdg-config/gtk-3.0",
"--filesystem=xdg-config/gtk-4.0", "--filesystem=xdg-config/gtk-4.0",
"--filesystem=xdg-run/dconf", "--filesystem=xdg-run/dconf",