build: only use :ro for flatpak repos

We don't need to write anything here, just read files/etc.
This commit is contained in:
Christian Hergert
2023-08-31 14:27:53 -07:00
parent 5c489a4499
commit d1d665503c

View File

@ -26,8 +26,8 @@
"--system-talk-name=org.gnome.Sysprof3",
"--system-talk-name=org.freedesktop.Avahi",
"--filesystem=xdg-run/gvfsd",
"--filesystem=/var/lib/flatpak",
"--filesystem=~/.local/share/flatpak"
"--filesystem=/var/lib/flatpak:ro",
"--filesystem=~/.local/share/flatpak:ro"
],
"build-options" : {
"cflags" : "-O2 -g -fno-omit-frame-pointer",