mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: only use :ro for flatpak repos
We don't need to write anything here, just read files/etc.
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user